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

Struct postService

internal/service/post.go:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type postService struct {
35 repo repository.PostRepository
36 incRepo repository.InteractiveRepository
37 producer post.Producer
38 checkProducer check.Producer
39 l *zap.Logger
40}
41
42func NewPostService(repo repository.PostRepository, l *zap.Logger, p post.Producer, c check.Producer, incRepo repository.InteractiveRepository) PostService {
43 return &postService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected