Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHTTPHandlers ¶
func RegisterHTTPHandlers(e *echo.Echo, uc healthcheck.UseCase)
RegisterHTTPHandlers maps the handler for the health check endpoint.
Types ¶
type Handler ¶ added in v0.3.1
type Handler struct {
// contains filtered or unexported fields
}
Handler implements the use case for the healthcheck resource.
func NewHandler ¶ added in v0.3.1
func NewHandler(uc healthcheck.UseCase) *Handler
NewHandler creates a new `Handler` instance for the healthcheck use case.
Click to show internal directories.
Click to hide internal directories.