(ctx context.Context, postId uint, uid int64)
| 25 | ListPublishPosts(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error) |
| 26 | ListPosts(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error) |
| 27 | Delete(ctx context.Context, postId uint, uid int64) error |
| 28 | ListAll(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error) |
| 29 | GetPost(ctx context.Context, postId uint) (domain.Post, error) |
| 30 | GetPostsCount(ctx context.Context) (int64, error) |
no outgoing calls
no test coverage detected