Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InvalidPortRange = errors.New("Invalid port range.")
)
Functions ¶
This section is empty.
Types ¶
type NetworkList ¶
type NetworkList []string
func NewNetworkList ¶
func NewNetworkList(networks []string) NetworkList
func (*NetworkList) HasNetwork ¶
func (this *NetworkList) HasNetwork(network v2net.Network) bool
func (*NetworkList) UnmarshalJSON ¶
func (this *NetworkList) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.