Documentation ¶
Overview ¶
Package ipnet wraps net.IPNet to get CIDR serialization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPNet ¶
IPNet is an IP address in CIDR notation Schema type is `string`
func MustParseCIDR ¶
MustParseCIDR parses a CIDR from its string representation. If the parse fails, the function will panic.
func (*IPNet) DeepCopyInto ¶
DeepCopyInto copies the receiver into out. out must be non-nil.
func (IPNet) MarshalJSON ¶
MarshalJSON interface for an IPNet
func (*IPNet) String ¶
String returns a CIDR serialization of the subnet, or an empty string if the subnet is nil.
func (*IPNet) UnmarshalJSON ¶
UnmarshalJSON interface for an IPNet
Click to show internal directories.
Click to hide internal directories.