nezha/model/nat.go
2024-07-14 19:41:50 +08:00

10 lines
127 B
Go

package model
type NAT struct {
Common
Name string
ServerID uint64
Host string
Domain string `gorm:"unique"`
}