Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(username, site string, baseURL *url.URL) *Controller
func (*Controller) ForceProvision ¶
func (c *Controller) ForceProvision(ctx context.Context, mac net.HardwareAddr) error
type Device ¶
type Device struct {
DeviceAddr
ExtraPorts []DeviceAddr
}
type DeviceAddr ¶
type DeviceAddr struct {
Name string
IP net.IP
MAC net.HardwareAddr
}
Click to show internal directories.
Click to hide internal directories.