Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Results ¶
type Results struct { Type string Timestamp time.Time Ping struct { Jitter float64 Latency float64 } `json:"ping"` Download struct { Bandwidth int Bytes int Elapsed int } `json:"download"` Upload struct { Bandwidth int Bytes int Elapsed int } `json:"upload"` PacketLoss float64 Isp string Interface struct { InternalIp string Name string MacAddr string IsVpn bool ExternalIp string } `json:"interface"` Server struct { Id int Name string Location string Country string Host string Port int Ip string } `json:"server"` Result struct { Id string Url string } `json:"result"` }
func RunWithHost ¶
func RunWithServerId ¶
Click to show internal directories.
Click to hide internal directories.