MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / HeartbeatHandler

Method HeartbeatHandler

api/pkg/di/container.go:613–621  ·  view source on GitHub ↗

HeartbeatHandler creates a new instance of handlers.HeartbeatHandler

()

Source from the content-addressed store, hash-verified

611
612// HeartbeatHandler creates a new instance of handlers.HeartbeatHandler
613func (container *Container) HeartbeatHandler() (h *handlers.HeartbeatHandler) {
614 container.logger.Debug(fmt.Sprintf("creating %T", h))
615 return handlers.NewHeartbeatHandler(
616 container.Logger(),
617 container.Tracer(),
618 container.HeartbeatHandlerValidator(),
619 container.HeartbeatService(),
620 )
621}
622
623// BillingHandler creates a new instance of handlers.BillingHandler
624func (container *Container) BillingHandler() (h *handlers.BillingHandler) {

Callers 1

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
HeartbeatServiceMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected