Documentation
¶
Rendered for darwin/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SystemProfiler ¶
Types ¶
type NetworkDataType ¶
type NetworkDataType struct {
DNS DNS `json:"DNS"`
Interface string `json:"interface"`
Proxies Proxies `json:"Proxies"`
}
func NetworkData ¶
func NetworkData() ([]NetworkDataType, error)
type Proxies ¶ added in v0.7.0
type Proxies struct {
ExceptionList []string `json:"ExceptionList"` // default: ["*.local", "169.254/16"]
FTPEnable string `json:"FTPEnable"`
FTPPort interface{} `json:"FTPPort"`
FTPProxy string `json:"FTPProxy"`
FTPUser string `json:"FTPUser"`
HTTPEnable string `json:"HTTPEnable"`
HTTPPort interface{} `json:"HTTPPort"`
HTTPProxy string `json:"HTTPProxy"`
HTTPUser string `json:"HTTPUser"`
HTTPSEnable string `json:"HTTPSEnable"`
HTTPSPort interface{} `json:"HTTPSPort"`
HTTPSProxy string `json:"HTTPSProxy"`
HTTPSUser string `json:"HTTPSUser"`
}
type SPNetworkDataType ¶
type SPNetworkDataType struct {
SPNetworkDataType []NetworkDataType `json:"SPNetworkDataType"`
}
Click to show internal directories.
Click to hide internal directories.