Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvideHandler ¶
func ProvideHandler() interface{}
Types ¶
type DepsOut ¶
type DepsOut struct { dig.Out WeatherHistoryHandler WeatherHistory }
type WeatherHistory ¶
type WeatherHistory interface {
GetWeatherHistory(c echo.Context) error
}
func NewWeatherHistoryHandler ¶
func NewWeatherHistoryHandler(deps WeatherHistoryConfig) WeatherHistory
type WeatherHistoryConfig ¶
type WeatherHistoryConfig struct { dig.In WeatherHistoryService services.WeatherHistoryService }
Click to show internal directories.
Click to hide internal directories.