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

Function newHTTPTransport

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

Source from the content-addressed store, hash-verified

372}
373
374func newHTTPTransport() *TransportData {
375 return &TransportData{Type: TransportHTTP, Name: "HTTP"}
376}
377
378func newGRPCTransport() *TransportData {
379 return &TransportData{Type: TransportGRPC, Name: "gRPC"}

Callers 2

buildServerDataFunction · 0.85
buildHostDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected