Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1043
type
rulerClient
struct
{
1044
cc *grpc.ClientConn
1045
}
1046
1047
func
NewRulerClient(cc *grpc.ClientConn) RulerClient {
1048
return
&rulerClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected