Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupImages ¶
type CleanupImages struct {
Usecase usecases.CleanupImages
}
func (*CleanupImages) ServeHTTP ¶
func (h *CleanupImages) ServeHTTP(w http.ResponseWriter, req *http.Request)
type GetWeather ¶
type GetWeather struct {
Usecase usecases.GetWeather
}
func (*GetWeather) ServeHTTP ¶
func (h *GetWeather) ServeHTTP(w http.ResponseWriter, req *http.Request)
type Handlers ¶
type Handlers struct { GetWeather GetWeather GetImage GetImage PollWeathers PollWeathers CleanupImages CleanupImages Setup Setup }
type PollWeathers ¶
type PollWeathers struct {
Usecase usecases.PollWeathers
}
func (*PollWeathers) ServeHTTP ¶
func (h *PollWeathers) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.