# Functions
CLIFiles returns example client tool main implementation for each server expression in the design.
ServerFiles returns an example server main implementation for every server expression in the service design.
# Constants
TransportGRPC is the gRPC transport.
TransportHTTP is the HTTP transport.
# Variables
Servers holds the server data needed to generate the example service and client.