Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Handle(fiberContext *fiber.Ctx) error
}
func HealthCheckCtor ¶
type HealthCheck ¶
type HealthCheck struct {
// contains filtered or unexported fields
}
func (HealthCheck) Handle ¶
func (hndlr HealthCheck) Handle(fiberContext *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.