Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WeatherDay ¶
type WeatherDay struct {
FxDate string `json:"fxDate"` // 预报日期
Sunrise string `json:"sunrise"` // 日出时间
Sunset string `json:"sunset"` // 日落时间
TempMax string `json:"tempMax"` // 最高温度
TempMin string `json:"tempMin"` // 最低温度
TextDay string `json:"textDay"` // 白天天气现象文字
TextNight string `json:"textNight"` // 晚间天气现象文字
}
type WeatherNow ¶
Click to show internal directories.
Click to hide internal directories.
