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

Method PhoneAPIKeyHandler

api/pkg/di/container.go:1253–1263  ·  view source on GitHub ↗

PhoneAPIKeyHandler creates a new instance of handlers.PhoneAPIKeyHandler

()

Source from the content-addressed store, hash-verified

1251
1252// PhoneAPIKeyHandler creates a new instance of handlers.PhoneAPIKeyHandler
1253func (container *Container) PhoneAPIKeyHandler() (handler *handlers.PhoneAPIKeyHandler) {
1254 container.logger.Debug(fmt.Sprintf("creating %T", handler))
1255
1256 return handlers.NewPhoneAPIKeyHandler(
1257 container.Logger(),
1258 container.Tracer(),
1259 container.PhoneAPIKeyHandlerValidator(),
1260 container.PhoneAPIKeyService(),
1261 container.EntitlementService(),
1262 )
1263}
1264
1265// DiscordHandler creates a new instance of handlers.DiscordHandler
1266func (container *Container) DiscordHandler() (handler *handlers.DiscordHandler) {

Callers 1

Calls 6

LoggerMethod · 0.95
TracerMethod · 0.95
PhoneAPIKeyServiceMethod · 0.95
EntitlementServiceMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected