(ctx context.Context, posts []domain.Post)
| 16 | Set(ctx context.Context, key string, post domain.Post) error |
| 17 | Del(ctx context.Context, key string) error |
| 18 | PreHeat(ctx context.Context, posts []domain.Post) error |
| 19 | GetList(ctx context.Context, page int, size int) ([]domain.Post, error) |
| 20 | SetList(ctx context.Context, page int, size int, posts []domain.Post) error |
| 21 | DelList(ctx context.Context, key string) error |
no outgoing calls
no test coverage detected