(ctx context.Context, commentQuery *CommentQuery)
| 57 | UpdateCommentStatus(ctx context.Context, commentID string, status int) (err error) |
| 58 | GetComment(ctx context.Context, commentID string) (comment *entity.Comment, exist bool, err error) |
| 59 | GetCommentPage(ctx context.Context, commentQuery *CommentQuery) ( |
| 60 | comments []*entity.Comment, total int64, err error) |
| 61 | } |
| 62 |
no outgoing calls