(srv interface{}, stream grpc.ServerStream)
| 3163 | } |
| 3164 | |
| 3165 | func _Ingester_PushStream_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 3166 | return srv.(IngesterServer).PushStream(&ingesterPushStreamServer{stream}) |
| 3167 | } |
| 3168 | |
| 3169 | type Ingester_PushStreamServer interface { |
| 3170 | Send(*cortexpb.WriteResponse) error |
nothing calls this directly
no test coverage detected