(ctx context.Context)
| 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) |
| 35 | } |
| 36 |
no outgoing calls
no test coverage detected