Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InvalidPortRange = errors.New("Invalid port range.")
)
Functions ¶
This section is empty.
Types ¶
type Host ¶ added in v1.1.1
type Host struct {
// contains filtered or unexported fields
}
func NewDomainHost ¶ added in v1.1.1
func (*Host) UnmarshalJSON ¶ added in v1.1.1
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
type PortRange ¶
type PortRange struct {
// contains filtered or unexported fields
}
func (*PortRange) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.