UnimplementedFakeServerServer can be embedded to have forward compatible implementations.
| 341 | |
| 342 | // UnimplementedFakeServerServer can be embedded to have forward compatible implementations. |
| 343 | type UnimplementedFakeServerServer struct { |
| 344 | } |
| 345 | |
| 346 | func (*UnimplementedFakeServerServer) Succeed(ctx context.Context, req *emptypb.Empty) (*emptypb.Empty, error) { |
| 347 | return nil, status.Errorf(codes.Unimplemented, "method Succeed not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected