UnimplementedMetricsServer can be embedded to have forward compatible implementations.
| 3995 | |
| 3996 | // UnimplementedMetricsServer can be embedded to have forward compatible implementations. |
| 3997 | type UnimplementedMetricsServer struct { |
| 3998 | } |
| 3999 | |
| 4000 | func (*UnimplementedMetricsServer) QueryRange(ctx context.Context, req *QueryRangeRequest) (*QueryRangeResponse, error) { |
| 4001 | return nil, status.Errorf(codes.Unimplemented, "method QueryRange not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected