Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPortValid ¶ added in v0.7.0
func ValidateIP ¶ added in v0.8.0
Types ¶
type IPGenerator ¶
type IPGenerator interface { GenerateUniqueIP(cidrBlock string) (string, error) IsIPUnique(ip string) bool }
func NewIPGenerator ¶
func NewIPGenerator(netClient NetClient) IPGenerator
type IPPool ¶ added in v0.7.1
type IPPool []string
func NewIPPoolFromEnv ¶ added in v0.7.1
func NewIPPoolFromString ¶ added in v0.7.1
Source Files ¶
Click to show internal directories.
Click to hide internal directories.