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

Struct userService

internal/service/user.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type userService struct {
34 repo repository.UserRepository
35 l *zap.Logger
36 searchRepo repository.SearchRepository
37 smsRepo repository.SmsRepository
38}
39
40func NewUserService(repo repository.UserRepository, l *zap.Logger, searchRepo repository.SearchRepository, smsRepo repository.SmsRepository) UserService {
41 return &userService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected