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)
}
type DnsResolverData ¶ added in v0.57.0
type DnsResolverData struct { Search []interface{} `json:"search" yaml:"search"` Server []interface{} `json:"server" yaml:"server"` }
Click to show internal directories.
Click to hide internal directories.