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

Struct commentService

internal/service/comment.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type commentService struct {
17 repo repository.CommentRepository
18 checkProducer check.Producer
19}
20
21type CommentService interface {
22 CreateComment(ctx context.Context, comment domain.Comment) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected