Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ErrIPOutOfCIDRRange is returned when an IP is incremented but out of CIDR range ErrIPOutOfCIDRRange = cerr.Error("ip out of CIDR range") // ErrNilIPNet is thrown when an IPNet pointer is nil ErrNilIPNet = cerr.Error("ip net is nil") // ErrNilPort is thrown when a port pointer is nil ErrNilPort = cerr.Error("port is nil") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subnet ¶ added in v0.1.1
type Subnet struct {
// contains filtered or unexported fields
}
Subnet implements the subment methods
func (*Subnet) RPCAddresses ¶ added in v0.1.2
RPCAddresses returns the host rpc addresses
Click to show internal directories.
Click to hide internal directories.