Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNetwork ¶
Types ¶
type OSNetwork ¶
type OSNetwork struct {
Index int `json:"index"`
Name string `json:"name"`
MAC string `json:"mac"`
MTU int `json:"mtu"`
Flags string `json:"flags"`
IP []*net.IPNet `json:"ip"`
IsUp bool `json:"is_up"`
IsMulticast bool `json:"is_multicast"`
IsBroadcast bool `json:"is_broadcast"`
IsLoopback bool `json:"is_loopback"`
}
Click to show internal directories.
Click to hide internal directories.