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

Struct relationRepository

internal/repository/relation.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type relationRepository struct {
23 dao dao.RelationDAO
24 cache cache.RelationCache
25 logger *zap.Logger
26}
27
28func NewRelationRepository(dao dao.RelationDAO, cache cache.RelationCache, logger *zap.Logger) RelationRepository {
29 return &relationRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected