Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Version string
}
Handler represents http handler configuration and must satisfy HealthCheckHandler interface.
func (Handler) Handle ¶
func (h Handler) Handle(ctx *fasthttp.RequestCtx)
Handle is a fasthttp handler function.
type HealthCheckHandler ¶
type HealthCheckHandler interface { httphandler.FastHTTPHandler }
HealthCheckHandler defines http handler behaviours.
Click to show internal directories.
Click to hide internal directories.