# Functions
Example iterates through the roots and returns files that implement an example service, server, and client.
Generate runs the code generation algorithms.
OpenAPI iterates through the roots and returns the files needed to render the service OpenAPI spec.
Service iterates through the roots and returns the files needed to render the service code.
Transport iterates through the roots and returns the files needed to render the transport code.
# Variables
Generators returns the qualified paths (including the package name) to the code generator functions for the given command, an error if the command is not supported.
# Type aliases
Genfunc is the type of the functions invoked to generate code.