Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DishySpeed ¶
type DishyStat ¶
type DishyStat struct { SNR int `json:"snr"` DownlinkThroughputBps float64 `json:"downloadThroughputBps"` UplinkThroughputBps float64 `json:"uplinkThroughputBps"` PopPingLatencyMs float64 `json:"popPingLatencyMs"` PopPingDropRate float64 `json:"popPingDropRate"` PercentObstructed float64 `json:"percentObstructed"` ObstructedSeconds float64 `json:"obstructedSeconds"` }
type DishyWithStats ¶
type DishyWithStats struct { Dishy LatestStats *DishyStat `json:"latestStats"` LatestSpeeds *DishySpeed `json:"latestSpeeds"` }
type GeoCheck ¶
type GeoCheck struct { IPAddress string `json:"ip"` Continent string `json:"continent"` Country string `json:"country"` Region string `json:"region"` City string `json:"city"` Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"` Org string `json:"org"` Timezone GeoCheckTimezone `json:"timezone"` }
Click to show internal directories.
Click to hide internal directories.