Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddrGen ¶
func ParseAddrRangeSpec ¶
type AddrSet ¶
type AddrSet struct {
// contains filtered or unexported fields
}
func ParseAddrSet ¶
type EndpointGen ¶
type EqualMultiEndpointGen ¶
type EqualMultiEndpointGen []EndpointGen
func EqualMultiEndpointGenFromSpecs ¶
func EqualMultiEndpointGenFromSpecs(specs []string) (EqualMultiEndpointGen, error)
func NewEqualMultiEndpointGen ¶
func NewEqualMultiEndpointGen(gens ...EndpointGen) (EqualMultiEndpointGen, error)
func (EqualMultiEndpointGen) Endpoint ¶
func (g EqualMultiEndpointGen) Endpoint() string
func (EqualMultiEndpointGen) Power ¶
func (g EqualMultiEndpointGen) Power() *big.Int
type PortGen ¶
func ParsePortRangeSpec ¶
type PortRange ¶
type PortRange struct {
// contains filtered or unexported fields
}
func NewPortRange ¶
type SingleAddr ¶
type SingleAddr string
func (SingleAddr) Addr ¶
func (n SingleAddr) Addr() string
func (SingleAddr) Power ¶
func (n SingleAddr) Power() *big.Int
type SingleEndpoint ¶
type SingleEndpoint string
func (SingleEndpoint) Endpoint ¶
func (e SingleEndpoint) Endpoint() string
func (SingleEndpoint) Power ¶
func (e SingleEndpoint) Power() *big.Int
type SinglePort ¶
type SinglePort uint16
func (SinglePort) Port ¶
func (p SinglePort) Port() uint16
func (SinglePort) Power ¶
func (p SinglePort) Power() uint16
Click to show internal directories.
Click to hide internal directories.