(ctx context.Context, postId uint, uid int64)
| 28 | ListPublishPosts(ctx context.Context, pagination domain.Pagination, biz ...int) ([]domain.Post, error) |
| 29 | ListPosts(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error) |
| 30 | Delete(ctx context.Context, postId uint, uid int64) error |
| 31 | GetPost(ctx context.Context, postId uint) (domain.Post, error) |
| 32 | ListAllPosts(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error) |
| 33 | GetPostsCount(ctx context.Context) (int64, error) |
no outgoing calls
no test coverage detected