| 14 | ) |
| 15 | |
| 16 | type commentService struct { |
| 17 | repo repository.CommentRepository |
| 18 | checkProducer check.Producer |
| 19 | } |
| 20 | |
| 21 | type CommentService interface { |
| 22 | CreateComment(ctx context.Context, comment domain.Comment) error |
nothing calls this directly
no outgoing calls
no test coverage detected