Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶
type HealthController struct { }
HealthController provides method to check health and readiness
func NewHealthController ¶
func NewHealthController() *HealthController
NewHealthController returns a new instance of HealthController
func (*HealthController) RegisterRoutes ¶
func (controller *HealthController) RegisterRoutes(router *mux.Router)
RegisterRoutes implements interface RouteSpecifier
Click to show internal directories.
Click to hide internal directories.