Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct {
ID string `gorm:"primaryKey"`
AccountID string `gorm:"index"`
Name string
Description string
}
func NewNetwork ¶
func (*Network) FromAPIRequest ¶
func (n *Network) FromAPIRequest(req *api.NetworkRequest)
Click to show internal directories.
Click to hide internal directories.