(ctx context.Context, req *ExampleError)
| 1465 | ExampleMethod(ctx context.Context, req *ExampleReq) (r *ExampleResp, err error) |
| 1466 | |
| 1467 | ErrorMethod(ctx context.Context, req *ExampleError) (r *ExampleErrorResp, err error) |
| 1468 | |
| 1469 | Int2FloatMethod(ctx context.Context, req *ExampleInt2Float) (r *ExampleInt2Float, err error) |
| 1470 |
nothing calls this directly
no outgoing calls
no test coverage detected