Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lease ¶
type Lease struct { IP net.IP MAC net.HardwareAddr Network string Start time.Time End time.Time Hostname string IsAbandoned bool Offered bool Registered bool }
A Lease represents a single DHCP lease in a pool. It is bound to a particular pool and network.
func (*Lease) Unserialize ¶
Click to show internal directories.
Click to hide internal directories.