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

Method PhoneHandler

api/pkg/di/container.go:1167–1175  ·  view source on GitHub ↗

PhoneHandler creates a new instance of handlers.PhoneHandler

()

Source from the content-addressed store, hash-verified

1165
1166// PhoneHandler creates a new instance of handlers.PhoneHandler
1167func (container *Container) PhoneHandler() (handler *handlers.PhoneHandler) {
1168 container.logger.Debug(fmt.Sprintf("creating %T", handler))
1169 return handlers.NewPhoneHandler(
1170 container.Logger(),
1171 container.Tracer(),
1172 container.PhoneService(),
1173 container.PhoneHandlerValidator(),
1174 )
1175}
1176
1177// EventsHandler creates a new instance of handlers.EventsHandler
1178func (container *Container) EventsHandler() (handler *handlers.EventsHandler) {

Callers 1

RegisterPhoneRoutesMethod · 0.95

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
PhoneServiceMethod · 0.95
PhoneHandlerValidatorMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected