Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpochTime ¶
func (*EpochTime) UnmarshalJSON ¶
type Observation ¶
type Observation struct { CurrentTemp float32 MaxTemp float32 MinTemp float32 Icon string Humidity int32 Location Location ConditionCode int }
func FetchCurrentWeather ¶
func FetchCurrentWeather(loc string) (*Observation, error)
Click to show internal directories.
Click to hide internal directories.