Documentation ¶
Overview ¶
Package healthcheck provides a healthcheck endpoint under the default route /status/healthcheck Usage: Register your own Status via Dingo: injector.BindMap(new(healthcheck.Status), "yourServiceName").To(yourServiceNameApi.Status{})
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module entry point for the flamingo healthcheck module
func (*Module) FlamingoLegacyConfigAlias ¶ added in v3.1.0
FlamingoLegacyConfigAlias mapping
func (*Module) Inject ¶
func (m *Module) Inject( controller *controllers.Healthcheck, config *struct { CheckSession bool `inject:"config:core.healthcheck.checkSession"` CheckAuthServer bool `inject:"config:core.healthcheck.checkAuth"` CheckPath string `inject:"config:core.healthcheck.checkPath"` PingPath string `inject:"config:core.healthcheck.pingPath"` SessionBackend string `inject:"config:flamingo.session.backend"` }, )
Inject dependencies
Click to show internal directories.
Click to hide internal directories.