UnimplementedRulerServer can be embedded to have forward compatible implementations.
| 1074 | |
| 1075 | // UnimplementedRulerServer can be embedded to have forward compatible implementations. |
| 1076 | type UnimplementedRulerServer struct { |
| 1077 | } |
| 1078 | |
| 1079 | func (*UnimplementedRulerServer) Rules(ctx context.Context, req *RulesRequest) (*RulesResponse, error) { |
| 1080 | return nil, status.Errorf(codes.Unimplemented, "method Rules not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected