Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Admin ¶
type Admin struct {
gorm.Model
Name string
PublicKeyHash sql.NullString `gorm:"unique"`
}
type Certificate ¶
type Client ¶
type Client struct {
gorm.Model
HardwareAddress string
PublicKeyHash sql.NullString `gorm:"unique"`
CommonName string
ClientNetworks []ClientNetwork
}
type ClientNetwork ¶
type Lighthouse ¶
type Network ¶
type Network struct {
gorm.Model
Name string `gorm:"unique"`
Prefix Prefix
ClientNetworks []ClientNetwork
NetworkGroups []NetworkGroup
}
type NetworkGroup ¶
Click to show internal directories.
Click to hide internal directories.