(ctx context.Context, in *HTTPRequest, opts ...grpc.CallOption)
| 405 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 406 | type HTTPClient interface { |
| 407 | Handle(ctx context.Context, in *HTTPRequest, opts ...grpc.CallOption) (*HTTPResponse, error) |
| 408 | } |
| 409 | |
| 410 | type hTTPClient struct { |
no outgoing calls