package
2.2.5+incompatible
Repository: https://github.com/goadesign/goa.git
Documentation: pkg.go.dev

# Functions

ClientCLIFiles returns the CLI files to generate a command-line client that makes gRPC requests.
ClientFiles returns the client implementation for every gRPC service.
ClientTypeFiles returns the types file for every gRPC service that contain constructors to transform: * service payload types into protocol buffer request message types * protocol buffer response message types into service result types.
ExampleCLIFiles returns an example gRPC client tool implementation.
ExampleServerFiles returns an example gRPC server implementation.
ProtoFiles returns a *.proto file for each gRPC service.
RunGRPCDSL returns the GRPC DSL root resulting from running the given DSL.
ServerFiles returns all the server files for every gRPC service.
ServerTypeFiles returns the types file for every gRPC service that contain constructors to transform: * protocol buffer request message types into service payload types * service result types into protocol buffer response message types.

# Constants

ProtoVersion is the protocol buffer version used to generate .proto files.

# Variables

GRPCServices holds the data computed from the design needed to generate the transport code of the gRPC services.

# Structs

# Type aliases