Documentation
¶
Overview ¶
Package cmd /*
Package cmd /*
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiResponse ¶
type Station ¶
type Station struct { CO float64 `json:"CO"` NO2 float64 `json:"NO2"` OZONE float64 `json:"OZONE"` PM10 float64 `json:"PM10"` PM25 float64 `json:"PM25"` CountryCode string `json:"countryCode"` Division string `json:"division"` Latitude float64 `json:"lat"` Longitude float64 `json:"lng"` PostalCode string `json:"postalCode"` City string `json:"city"` Place string `json:"placeName"` State string `json:"state"` UpdatedAt string `json:"updatedAt"` AQI float64 `json:"AQI"` AqiInfo AqiInfo }
Click to show internal directories.
Click to hide internal directories.