Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthWebHandler ¶
type HealthWebHandler struct {
// contains filtered or unexported fields
}
func InitializeHealthWeb ¶
func InitializeHealthWeb(database *database.Database) HealthWebHandler
func NewHealthWebHandler ¶
func NewHealthWebHandler(database *database.Database) HealthWebHandler
func (HealthWebHandler) Liveness ¶
func (h HealthWebHandler) Liveness(ctx *fiber.Ctx) error
func (HealthWebHandler) Readiness ¶
func (h HealthWebHandler) Readiness(ctx *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.