(ctx context.Context)
| 19 | Set(ctx context.Context, posts []domain.Post) error |
| 20 | Get(ctx context.Context) ([]domain.Post, error) |
| 21 | ForceGet(ctx context.Context) ([]domain.Post, error) |
| 22 | } |
| 23 | |
| 24 | type rankingLocalCache struct { |
no outgoing calls
no test coverage detected