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

Method PhoneAPIKeyRepository

api/pkg/di/container.go:767–775  ·  view source on GitHub ↗

PhoneAPIKeyRepository creates a new instance of repositories.PhoneAPIKeyRepository

()

Source from the content-addressed store, hash-verified

765
766// PhoneAPIKeyRepository creates a new instance of repositories.PhoneAPIKeyRepository
767func (container *Container) PhoneAPIKeyRepository() (repository repositories.PhoneAPIKeyRepository) {
768 container.logger.Debug("creating GORM repositories.PhoneAPIKeyRepository")
769 return repositories.NewGormPhoneAPIKeyRepository(
770 container.Logger(),
771 container.Tracer(),
772 container.DB(),
773 container.UserRistrettoCache(),
774 )
775}
776
777// Integration3CXRepository creates a new instance of repositories.Integration3CxRepository
778func (container *Container) Integration3CXRepository() (repository repositories.Integration3CxRepository) {

Callers 2

PhoneAPIKeyMiddlewareMethod · 0.95
PhoneAPIKeyServiceMethod · 0.95

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
DBMethod · 0.95
UserRistrettoCacheMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected