nezha/model/nat.go

10 lines
127 B
Go
Raw Normal View History

2024-07-14 19:41:50 +08:00
package model
type NAT struct {
Common
Name string
ServerID uint64
Host string
Domain string `gorm:"unique"`
}