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

Method RegisterAttachmentRoutes

api/pkg/di/container.go:1620–1623  ·  view source on GitHub ↗

RegisterAttachmentRoutes registers routes for the /attachments prefix

()

Source from the content-addressed store, hash-verified

1618
1619// RegisterAttachmentRoutes registers routes for the /attachments prefix
1620func (container *Container) RegisterAttachmentRoutes() {
1621 container.logger.Debug(fmt.Sprintf("registering %T routes", &handlers.AttachmentHandler{}))
1622 container.AttachmentHandler().RegisterRoutes(container.App())
1623}
1624
1625// PhoneAPIKeyService creates a new instance of services.PhoneAPIKeyService
1626func (container *Container) PhoneAPIKeyService() (service *services.PhoneAPIKeyService) {

Callers 1

NewContainerFunction · 0.80

Calls 4

AttachmentHandlerMethod · 0.95
AppMethod · 0.95
DebugMethod · 0.65
RegisterRoutesMethod · 0.45

Tested by

no test coverage detected