Documentation ¶
Index ¶
Constants ¶
View Source
const (
INTERFACE_FILTER = "interface_filter"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeviceInfo ¶ added in v0.52.14
type DeviceInfo struct{}
func (DeviceInfo) DeviceStates ¶ added in v0.52.14
func (d DeviceInfo) DeviceStates() (map[string]networkmanager.DeviceState, error)
type DeviceInfoer ¶ added in v0.52.14
type DeviceInfoer interface {
DeviceStates() (map[string]networkmanager.DeviceState, error)
}
Click to show internal directories.
Click to hide internal directories.