Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IPAssigner ¶
type IPAssigner interface { // AssignIP ensures the provided IP is assigned to the system. AssignIP(ip string) error // UnassignIP ensures the provided IP is not assigned to the system. UnassignIP(ip string) error // AssignedIPs return the IPs that are assigned to the system by this IPAssigner. AssignedIPs() sets.String }
IPAssigner provides methods to assign or unassign IP.
Click to show internal directories.
Click to hide internal directories.