MCPcopy Create free account
hub / github.com/goadesign/goa / newGRPCTransport

Function newGRPCTransport

codegen/example/server_data.go:378–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376}
377
378func 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:

Callers 2

buildServerDataFunction · 0.85
buildHostDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected