MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / plateRepository

Struct plateRepository

internal/repository/plate.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type plateRepository struct {
19 l *zap.Logger
20 dao dao.PlateDAO
21}
22
23func NewPlateRepository(l *zap.Logger, dao dao.PlateDAO) PlateRepository {
24 return &plateRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected