(ctx context.Context, page int, size int)
| 20 | SetList(ctx context.Context, page int, size int, posts []domain.Post) error |
| 21 | DelList(ctx context.Context, key string) error |
| 22 | GetPubList(ctx context.Context, page int, size int) ([]domain.Post, error) |
| 23 | SetPubList(ctx context.Context, page int, size int, posts []domain.Post) error |
| 24 | DelPubList(ctx context.Context, key string) error |
| 25 | GetPub(ctx context.Context, key string) (domain.Post, error) |
no outgoing calls
no test coverage detected