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

Method WebhookRepository

api/pkg/di/container.go:872–879  ·  view source on GitHub ↗

WebhookRepository creates a new instance of repositories.WebhookRepository

()

Source from the content-addressed store, hash-verified

870
871// WebhookRepository creates a new instance of repositories.WebhookRepository
872func (container *Container) WebhookRepository() (repository repositories.WebhookRepository) {
873 container.logger.Debug("creating GORM repositories.WebhookRepository")
874 return repositories.NewGormWebhookRepository(
875 container.Logger(),
876 container.Tracer(),
877 container.DB(),
878 )
879}
880
881// PhoneNotificationRepository creates a new instance of repositories.PhoneNotificationRepository
882func (container *Container) PhoneNotificationRepository() (repository repositories.PhoneNotificationRepository) {

Callers 1

WebhookServiceMethod · 0.95

Calls 4

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

Tested by

no test coverage detected