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

Struct rulerClient

pkg/ruler/ruler.pb.go:1043–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043type rulerClient struct {
1044 cc *grpc.ClientConn
1045}
1046
1047func NewRulerClient(cc *grpc.ClientConn) RulerClient {
1048 return &rulerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected