Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // project name for the build tools ProjectName string `yaml:"projectName"` // input directory for the proto files InDir string `yaml:"inDir"` // output directory for the generated code OutDir string `yaml:"outDir"` // force generation of code even if no changes are detected ForceGeneration bool `yaml:"forceGeneration"` // languages to generate code for Languages map[Name]*Language `yaml:"languages"` Modules []*Module }
func ParseConfig ¶
func (*Config) AnyModuleChanged ¶
Click to show internal directories.
Click to hide internal directories.