Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address uint32
Using 32-bit integer to represent IPv4 address
func (Address) MarshalJSON ¶
type Range ¶
type Range struct {
Start, End Address // [Start, End); Start <= End
}
func (Range) AsCIDRString ¶
func (Range) BiggestCIDRRange ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.