mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -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"`
|
||
|
}
|