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

Method LemonsqueezyHandler

api/pkg/di/container.go:1229–1238  ·  view source on GitHub ↗

LemonsqueezyHandler creates a new instance of handlers.LemonsqueezyHandler

()

Source from the content-addressed store, hash-verified

1227
1228// LemonsqueezyHandler creates a new instance of handlers.LemonsqueezyHandler
1229func (container *Container) LemonsqueezyHandler() (handler *handlers.LemonsqueezyHandler) {
1230 container.logger.Debug(fmt.Sprintf("creating %T", handler))
1231
1232 return handlers.NewLemonsqueezyHandler(
1233 container.Logger(),
1234 container.Tracer(),
1235 container.LemonsqueezyService(),
1236 container.LemonsqueezyHandlerValidator(),
1237 )
1238}
1239
1240// Integration3CXHandler creates a new instance of handlers.Integration3CXHandler
1241func (container *Container) Integration3CXHandler() (handler *handlers.Integration3CXHandler) {

Callers 1

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
LemonsqueezyServiceMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected