mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 20:50:06 +00:00
10 lines
127 B
Go
10 lines
127 B
Go
package model
|
|
|
|
type NAT struct {
|
|
Common
|
|
Name string
|
|
ServerID uint64
|
|
Host string
|
|
Domain string `gorm:"unique"`
|
|
}
|