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

Method BillingHandler

api/pkg/di/container.go:624–632  ·  view source on GitHub ↗

BillingHandler creates a new instance of handlers.BillingHandler

()

Source from the content-addressed store, hash-verified

622
623// BillingHandler creates a new instance of handlers.BillingHandler
624func (container *Container) BillingHandler() (h *handlers.BillingHandler) {
625 container.logger.Debug(fmt.Sprintf("creating %T", h))
626 return handlers.NewBillingHandler(
627 container.Logger(),
628 container.Tracer(),
629 container.BillingHandlerValidator(),
630 container.BillingService(),
631 )
632}
633
634// WebhookHandler creates a new instance of handlers.WebhookHandler
635func (container *Container) WebhookHandler() (h *handlers.WebhookHandler) {

Callers 1

RegisterBillingRoutesMethod · 0.95

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
BillingServiceMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected