@@ -123,22 +123,22 @@ func GetHourlyForecast(ctx context.Context, lat, lon float64, units string) (*Ho
123123}
124124
125125type Forecast struct {
126- CalendarDayTemperatureMax []int `json:"calendarDayTemperatureMax"`
127- CalendarDayTemperatureMin []int `json:"calendarDayTemperatureMin"`
128- DayOfWeek []string `json:"dayOfWeek"`
129- MoonPhaseCode []string `json:"moonPhaseCode"`
130- MoonPhase []string `json:"moonPhase"`
131- MoonPhaseDay []int `json:"moonPhaseDay"`
132- Narrative []string `json:"narrative"`
133- SunriseTimeLocal []string `json:"sunriseTimeLocal"`
134- SunsetTimeLocal []string `json:"sunsetTimeLocal"`
135- MoonriseTimeLocal []string `json:"moonriseTimeLocal"`
136- MoonsetTimeLocal []string `json:"moonsetTimeLocal"`
137- Qpf []float32 `json:"qpf"`
138- QpfSnow []float32 `json:"qpfSnow"`
139- DayParts []ForecastDayPart `json:"daypart"`
140- WindSpeedUnit string `json:"windSpeedUnit"`
141- TemperatureUnit string `json:"temperatureUnit"`
126+ CalendarDayTemperatureMax []int `json:"calendarDayTemperatureMax"`
127+ CalendarDayTemperatureMin []int `json:"calendarDayTemperatureMin"`
128+ DayOfWeek []string `json:"dayOfWeek"`
129+ MoonPhaseCode []string `json:"moonPhaseCode"`
130+ MoonPhase []string `json:"moonPhase"`
131+ MoonPhaseDay []int `json:"moonPhaseDay"`
132+ Narrative []string `json:"narrative"`
133+ SunriseTimeLocal []string `json:"sunriseTimeLocal"`
134+ SunsetTimeLocal []string `json:"sunsetTimeLocal"`
135+ MoonriseTimeLocal []string `json:"moonriseTimeLocal"`
136+ MoonsetTimeLocal []string `json:"moonsetTimeLocal"`
137+ Qpf []float32 `json:"qpf"`
138+ QpfSnow []float32 `json:"qpfSnow"`
139+ DayParts []* ForecastDayPart `json:"daypart"`
140+ WindSpeedUnit string `json:"windSpeedUnit"`
141+ TemperatureUnit string `json:"temperatureUnit"`
142142}
143143
144144type ForecastDayPart struct {
0 commit comments