(cc *grpc.ClientConn)
| 412 | } |
| 413 | |
| 414 | func NewHTTPClient(cc *grpc.ClientConn) HTTPClient { |
| 415 | return &hTTPClient{cc} |
| 416 | } |
| 417 | |
| 418 | func (c *hTTPClient) Handle(ctx context.Context, in *HTTPRequest, opts ...grpc.CallOption) (*HTTPResponse, error) { |
| 419 | out := new(HTTPResponse) |
no outgoing calls