(ctx context.Context, req *ExampleReq)
| 750 | |
| 751 | type ExampleService interface { |
| 752 | ExampleMethod(ctx context.Context, req *ExampleReq) (r *ExampleResp, err error) |
| 753 | |
| 754 | ExamplePartialMethod(ctx context.Context, req *ExampleReqPartial) (r *A, err error) |
| 755 |
nothing calls this directly
no outgoing calls
no test coverage detected