(ctx context.Context, postId int64)
| 118 | } |
| 119 | |
| 120 | func (c *commentService) GetTopCommentsReply(ctx context.Context, postId int64) (domain.Comment, error) { |
| 121 | return c.repo.GetTopCommentsReply(ctx, postId) |
| 122 | } |
nothing calls this directly
no test coverage detected