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

Struct userRepository

internal/repository/user.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type userRepository struct {
32 l *zap.Logger
33 dao dao.UserDAO
34 cache cache.UserCache
35}
36
37func NewUserRepository(dao dao.UserDAO, cache cache.UserCache, l *zap.Logger) UserRepository {
38 return &userRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected