Home
last modified time | relevance | path

Searched defs:Pollution (Results 1 – 3 of 3) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/briandowns/openweathermap/
H A Dpollution.go38 type Pollution struct { struct
39 Time string `json:"time"`
40 Location Coordinates `json:"location"`
41 Data []PollutionData `json:"data"`
42 Key string
43 *Settings
64 func (p *Pollution) PollutionByParams(params *PollutionParameters) error {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/briandowns/openweathermap/openweathermap-5f41b7c9d92d/
H A Dpollution.go38 type Pollution struct { struct
39 Time string `json:"time"`
40 Location Coordinates `json:"location"`
41 Data []PollutionData `json:"data"`
42 Key string
43 *Settings
64 func (p *Pollution) PollutionByParams(params *PollutionParameters) error {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/briandowns/openweathermap/
H A Duv.go38 u := &UV{
39 Key: k,
40 Settings: NewSettings(),
43 if err := setOptions(u.Settings, options); err != nil {
65 func (u *UV) Historical(coord *Coordinates, start, end time.Time) error {