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

Function _Ingester_PushStream_Handler

pkg/ingester/client/ingester.pb.go:3165–3167  ·  view source on GitHub ↗
(srv interface{}, stream grpc.ServerStream)

Source from the content-addressed store, hash-verified

3163}
3164
3165func _Ingester_PushStream_Handler(srv interface{}, stream grpc.ServerStream) error {
3166 return srv.(IngesterServer).PushStream(&ingesterPushStreamServer{stream})
3167}
3168
3169type Ingester_PushStreamServer interface {
3170 Send(*cortexpb.WriteResponse) error

Callers

nothing calls this directly

Calls 1

PushStreamMethod · 0.65

Tested by

no test coverage detected