# Functions
NewGenerateClient returns a client generator.
NewGenerateDocker returns a new docker generator.
NewGenerateMiddleware returns a initialized and ready generator.
NewGenerateService returns a initialized and ready generator.
NewGenerateTransport returns a transport generator.
NewNewService returns a initialized and ready generator.
NewPartialGenerator returns a partial generator.
# Variables
SupportedTransports is an array containing the supported transport types.
# Structs
BaseGenerator implements some basic generator functionality used by all generators.
BuildService represents one docker service build.
DockerCompose represents the docker-compose.yml.
DockerService represents one docker service.
GenerateClient implements Gen and it is used to generate the client lib of the service/.
GenerateDocker implements Gen and is used to generate docker files for services.
GenerateMiddleware implements Gen and is used to generate middleware.
GenerateService implements Gen and is used to generate the service.
GenerateTransport implement Gen, is used to generate a service transport.
NewService implements Gen and is used to create a new service.
PartialGenerator wraps a jen statement.
# Interfaces
Gen represents a generator.