MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewRulerClient

Function NewRulerClient

pkg/ruler/ruler.pb.go:1047–1049  ·  view source on GitHub ↗
(cc *grpc.ClientConn)

Source from the content-addressed store, hash-verified

1045}
1046
1047func NewRulerClient(cc *grpc.ClientConn) RulerClient {
1048 return &rulerClient{cc}
1049}
1050
1051func (c *rulerClient) Rules(ctx context.Context, in *RulesRequest, opts ...grpc.CallOption) (*RulesResponse, error) {
1052 out := new(RulesResponse)

Callers 1

dialRulerClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected