(ctx context.Context, postId uint)
| 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) |
| 34 | GetPostsByPlate(ctx context.Context, plateId int64, pagination domain.Pagination) ([]domain.Post, error) |
no outgoing calls
no test coverage detected