(ctx context.Context, key string)
| 25 | GetPub(ctx context.Context, key string) (domain.Post, error) |
| 26 | SetPub(ctx context.Context, key string, post domain.Post) error |
| 27 | DelPub(ctx context.Context, key string) error |
| 28 | SetEmpty(ctx context.Context, key string) error |
| 29 | IsEmpty(ctx context.Context, key string) (bool, error) |
| 30 | } |
no outgoing calls
no test coverage detected