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

Method RegisterBillingRoutes

api/pkg/di/container.go:1677–1680  ·  view source on GitHub ↗

RegisterBillingRoutes registers routes for the /billing prefix

()

Source from the content-addressed store, hash-verified

1675
1676// RegisterBillingRoutes registers routes for the /billing prefix
1677func (container *Container) RegisterBillingRoutes() {
1678 container.logger.Debug(fmt.Sprintf("registering %T routes", &handlers.BillingHandler{}))
1679 container.BillingHandler().RegisterRoutes(container.App(), container.AuthenticatedMiddleware())
1680}
1681
1682// RegisterWebhookRoutes registers routes for the /webhooks prefix
1683func (container *Container) RegisterWebhookRoutes() {

Callers 1

NewContainerFunction · 0.80

Calls 5

BillingHandlerMethod · 0.95
AppMethod · 0.95
DebugMethod · 0.65
RegisterRoutesMethod · 0.45

Tested by

no test coverage detected