# Variables
SkipAll indicates that all generators should skip this directory and subdirectories.
# Structs
DockerGenerator generates services from Docker files.
EdwardGenerator generates imports for all Edward config files in the directory hierarchy.
GeneratorCollection provides the ability to execute multiple generators under the same path.
GoGenerator generates go services from main packages.
IcbmGenerator generates services from an icbm build.spec file.
ProcfileGenerator generates services and groups from Procfiles.
# Interfaces
Generator provides an interface to identify a generator and perform a directory walk to find projects for configuration.
GroupGenerator provides an interface to return a slice of groups after performing a directory walk.
ImportGenerator provides an interface to return a slice of Edward config file paths to be imported after a directory walk.
ServiceGenerator provides an interface to return a slice of services after performing a directory walk.