Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoundReason ¶
type BoundReason string
BoundReason represents specific reasons for the 'Bound' condition type.
const ( // Bound is a BoundReason indicating the MAC address lease is successfully bound. Bound BoundReason = "Bound" )
func (BoundReason) String ¶
func (r BoundReason) String() string
Click to show internal directories.
Click to hide internal directories.