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

Method BillingService

api/pkg/di/container.go:934–945  ·  view source on GitHub ↗

BillingService creates a new instance of services.BillingService

()

Source from the content-addressed store, hash-verified

932
933// BillingService creates a new instance of services.BillingService
934func (container *Container) BillingService() (service *services.BillingService) {
935 container.logger.Debug(fmt.Sprintf("creating %T", service))
936 return services.NewBillingService(
937 container.Logger(),
938 container.Tracer(),
939 container.InMemoryCache(),
940 container.Mailer(),
941 container.UserEmailFactory(),
942 container.BillingUsageRepository(),
943 container.UserRepository(),
944 )
945}
946
947// DiscordService creates a new instance of services.DiscordService
948func (container *Container) DiscordService() (service *services.DiscordService) {

Callers 6

BillingHandlerMethod · 0.95
MessageHandlerMethod · 0.95
BulkMessageHandlerMethod · 0.95
Integration3CXHandlerMethod · 0.95
DiscordHandlerMethod · 0.95

Calls 8

LoggerMethod · 0.95
TracerMethod · 0.95
InMemoryCacheMethod · 0.95
MailerMethod · 0.95
UserEmailFactoryMethod · 0.95
UserRepositoryMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected