UnimplementedIngesterServer can be embedded to have forward compatible implementations.
| 3098 | |
| 3099 | // UnimplementedIngesterServer can be embedded to have forward compatible implementations. |
| 3100 | type UnimplementedIngesterServer struct { |
| 3101 | } |
| 3102 | |
| 3103 | func (*UnimplementedIngesterServer) Push(ctx context.Context, req *cortexpb.WriteRequest) (*cortexpb.WriteResponse, error) { |
| 3104 | return nil, status.Errorf(codes.Unimplemented, "method Push not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected