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

Struct ingesterPushStreamServer

pkg/ingester/client/ingester.pb.go:3175–3177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3173}
3174
3175type ingesterPushStreamServer struct {
3176 grpc.ServerStream
3177}
3178
3179func (x *ingesterPushStreamServer) Send(m *cortexpb.WriteResponse) error {
3180 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected