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

Struct checkRepository

internal/repository/check.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type checkRepository struct {
20 dao dao.CheckDAO
21 l *zap.Logger
22}
23
24func NewCheckRepository(dao dao.CheckDAO, l *zap.Logger) CheckRepository {
25 return &checkRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected