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

Method LemonsqueezyService

api/pkg/di/container.go:1218–1226  ·  view source on GitHub ↗

LemonsqueezyService creates a new instance of services.LemonsqueezyService

()

Source from the content-addressed store, hash-verified

1216
1217// LemonsqueezyService creates a new instance of services.LemonsqueezyService
1218func (container *Container) LemonsqueezyService() (service *services.LemonsqueezyService) {
1219 container.logger.Debug(fmt.Sprintf("creating %T", service))
1220 return services.NewLemonsqueezyService(
1221 container.Logger(),
1222 container.Tracer(),
1223 container.UserRepository(),
1224 container.EventDispatcher(),
1225 )
1226}
1227
1228// LemonsqueezyHandler creates a new instance of handlers.LemonsqueezyHandler
1229func (container *Container) LemonsqueezyHandler() (handler *handlers.LemonsqueezyHandler) {

Callers 1

LemonsqueezyHandlerMethod · 0.95

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
UserRepositoryMethod · 0.95
EventDispatcherMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected