1
0
mirror of https://github.com/nezhahq/nezha.git synced 2025-03-12 08:48:12 -04:00
nezha/model/nat.go

10 lines
127 B
Go
Raw Normal View History

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