Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthModule ¶
type HealthModule struct { RoutesHandler *ports.RoutesHandler Config config.Configuration }
func NewHealthModule ¶
func NewHealthModule(applicationName string, config config.Configuration, redis *redis.Client) *HealthModule
func (*HealthModule) RegisterAdminRoutes ¶
func (m *HealthModule) RegisterAdminRoutes(g *gin.RouterGroup)
func (*HealthModule) RegisterHealth ¶
func (m *HealthModule) RegisterHealth(router *gin.Engine)
func (*HealthModule) RegisterPublicRoutes ¶
func (m *HealthModule) RegisterPublicRoutes(router *gin.Engine)
Click to show internal directories.
Click to hide internal directories.