Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleHealthCheck ¶
func HandleHealthCheck(c echo.Context) error
@Summary Show the health status of the API. @Description get the status of server. @Tags healthcheck @Accept */* @Produce plain @Success 200 "OK" @Router /api/health [get]
func HandleHealthCheckV1 ¶
func HandleHealthCheckV1(c echo.Context) error
@Summary Show the health status of the API. @Description get the status of server. @Tags healthcheck @Accept */* @Produce plain @Success 200 "OK" @Router /api/health [get]
func HandleWeather ¶
func HandleWeather(c echo.Context) error
@Summary Sample weatherforecast @Description Sample random weatherforecast data @Tags sampleweatherdata @Accept */* @Produce plain @Success 200 "OK" @Router /api/weatherforecast [get]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.