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

Struct checkService

internal/service/check.go:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type checkService struct {
25 repo repository.CheckRepository
26 ActivityRepo repository.ActivityRepository
27 postProducer publish.Producer
28 searchRepo repository.SearchRepository
29 l *zap.Logger
30 commentProducer comment.Producer
31}
32
33func NewCheckService(repo repository.CheckRepository, searchRepo repository.SearchRepository, l *zap.Logger, ActivityRepo repository.ActivityRepository, publishProducer publish.Producer, commentProducer comment.Producer) CheckService {
34 return &checkService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected