Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OffloadAttributes ¶
type OffloadAttributes struct { Active *bool `json:"active"` Fixed *bool `json:"fixed"` Requested *bool `json:"requested"` }
func (OffloadAttributes) Equals ¶
func (o OffloadAttributes) Equals(b OffloadAttributes) bool
type OffloadList ¶
type OffloadList map[string]OffloadAttributes
func List ¶
func List(iface string) (OffloadList, error)
List lists the offloading attributes of an interfaces.
func (OffloadList) Equals ¶
func (o OffloadList) Equals(b OffloadList) bool
Click to show internal directories.
Click to hide internal directories.