()
| 376 | } |
| 377 | |
| 378 | func newGRPCTransport() *TransportData { |
| 379 | return &TransportData{Type: TransportGRPC, Name: "gRPC"} |
| 380 | } |
| 381 | |
| 382 | // computeHandlerArgsForURI returns the ordered handler arguments for the given URI. |
| 383 | // For HTTP URIs that serve both HTTP and JSON-RPC services, the order is: |
no outgoing calls
no test coverage detected