(ctx context.Context, plateId int64, pagination domain.Pagination)
| 29 | GetPost(ctx context.Context, postId uint) (domain.Post, error) |
| 30 | GetPostsCount(ctx context.Context) (int64, error) |
| 31 | GetPostsByPlate(ctx context.Context, plateId int64, pagination domain.Pagination) ([]domain.Post, error) |
| 32 | } |
| 33 | |
| 34 | type postService struct { |
no outgoing calls
no test coverage detected