Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Module provides a fx module
Use on fx app declation
app := fx.New( httpserver.Module, )
View Source
var ModuleHealthCheck = fx.Module( "healthcheck", fx.Provide(newHealthCheck), )
ModuleHealthCheck provides a healthcheck module for fx.
Functions ¶
This section is empty.
Types ¶
type FiberServer ¶
type FiberServer *fiber.App
Click to show internal directories.
Click to hide internal directories.