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

Struct gormPhoneRepository

api/pkg/repositories/gorm_phone_repository.go:18–23  ·  view source on GitHub ↗

gormPhoneRepository is responsible for persisting entities.Phone

Source from the content-addressed store, hash-verified

16
17// gormPhoneRepository is responsible for persisting entities.Phone
18type gormPhoneRepository struct {
19 logger telemetry.Logger
20 tracer telemetry.Tracer
21 cache *ristretto.Cache[string, *entities.Phone]
22 db *gorm.DB
23}
24
25// NewGormPhoneRepository creates the GORM version of the PhoneRepository
26func NewGormPhoneRepository(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected