mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05: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"`
|
||
|
}
|