MCPcopy Create free account
hub / github.com/cortexproject/cortex / ingesterPushStreamClient

Struct ingesterPushStreamClient

pkg/ingester/client/ingester.pb.go:2875–2877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2873}
2874
2875type ingesterPushStreamClient struct {
2876 grpc.ClientStream
2877}
2878
2879func (x *ingesterPushStreamClient) Send(m *cortexpb.StreamWriteRequest) error {
2880 return x.ClientStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected