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

Struct GRPCExpr

expr/grpc.go:5–10  ·  view source on GitHub ↗

GRPCExpr contains the API level gRPC specific expressions.

Source from the content-addressed store, hash-verified

3type (
4 // GRPCExpr contains the API level gRPC specific expressions.
5 GRPCExpr struct {
6 // Services contains the gRPC services created by the DSL.
7 Services []*GRPCServiceExpr
8 // Errors lists the error gRPC error responses defined globally.
9 Errors []*GRPCErrorExpr
10 }
11)
12
13// Service returns the service with the given name if any.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected