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

Struct InteractiveRepositoryImpl

internal/repository/interactive.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type InteractiveRepositoryImpl struct {
28 dao dao.InteractiveDAO
29 cache cache.InteractiveCache
30 l *zap.Logger
31}
32
33func NewInteractiveRepository(dao dao.InteractiveDAO, l *zap.Logger, cache cache.InteractiveCache) InteractiveRepository {
34 return &InteractiveRepositoryImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected