(s *grpc.Server, srv HTTPServer)
| 438 | } |
| 439 | |
| 440 | func RegisterHTTPServer(s *grpc.Server, srv HTTPServer) { |
| 441 | s.RegisterService(&_HTTP_serviceDesc, srv) |
| 442 | } |
| 443 | |
| 444 | func _HTTP_Handle_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 445 | in := new(HTTPRequest) |
no outgoing calls