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

Struct gormMessageRepository

api/pkg/repositories/gorm_message_repository.go:19–23  ·  view source on GitHub ↗

gormMessageRepository is responsible for persisting entities.Message

Source from the content-addressed store, hash-verified

17
18// gormMessageRepository is responsible for persisting entities.Message
19type gormMessageRepository struct {
20 logger telemetry.Logger
21 tracer telemetry.Tracer
22 db *gorm.DB
23}
24
25// NewGormMessageRepository creates the GORM version of the MessageRepository
26func NewGormMessageRepository(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected