Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPGenerator ¶
type IPGenerator interface { GenerateUniqueIP(cidrBlock string) (string, error) IsIPUnique(ip string) bool }
func NewIPGenerator ¶
func NewIPGenerator(netClient NetClient) IPGenerator
Click to show internal directories.
Click to hide internal directories.