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

Struct ingesterClient

pkg/ingester/client/ingester.pb.go:2843–2845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2841}
2842
2843type ingesterClient struct {
2844 cc *grpc.ClientConn
2845}
2846
2847func NewIngesterClient(cc *grpc.ClientConn) IngesterClient {
2848 return &ingesterClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected