Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostInterfaceResponse ¶
type HostInterfaceResponse struct {
//HWAddr string `json:"HWAddr,omitempty"`
Info net.Interface `json:"Info,omitempty"` //TODO add ressources IP, CPU, MEM
Addrs []net.Addr `json:"Addrs,omitempty"`
}
HostInterfaceResponse describe interface
type HostResponse ¶
type HostResponse struct {
Name string `json:"Name,omitempty"`
Interfaces map[string]HostInterfaceResponse `json:"Interfaces,omitempty"`
Proc HostProc `json:"Proc,omitempty"`
}
HostResponse describe hots informations
Click to show internal directories.
Click to hide internal directories.