Method
Rules
(ctx context.Context, in *RulesRequest, _ ...grpc.CallOption)
Source from the content-addressed store, hash-verified
| 288 | } |
| 289 | |
| 290 | func (c *mockRulerClient) Rules(ctx context.Context, in *RulesRequest, _ ...grpc.CallOption) (*RulesResponse, error) { |
| 291 | c.numberOfCalls.Inc() |
| 292 | return c.ruler.Rules(ctx, in) |
| 293 | } |
| 294 | |
| 295 | func (c *mockRulerClient) LivenessCheck(ctx context.Context, in *LivenessCheckRequest, opts ...grpc.CallOption) (*LivenessCheckResponse, error) { |
| 296 | |
Callers
nothing calls this directly
Tested by
no test coverage detected