Documentation
¶
Overview ¶
Package auto provides automatic detector of project type, reflections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CI ¶
type CI struct { Provider string `yaml:"provider"` // CompileGHWorkflowsOnly is a flag to generate only GitHub Actions. CompileGHWorkflowsOnly bool `yaml:"compileGHWorkflowsOnly"` }
CI defines CI settings.
type CommandConfig ¶
type CommandConfig struct { NamedConfig DisableImage bool `yaml:"disableImage"` }
CommandConfig sets up settings for command build.
type CustomStep ¶
type CustomStep struct { Name string `yaml:"name"` Inputs []string `yaml:"inputs"` Toplevel bool `yaml:"toplevel"` }
CustomStep defines a custom step to be built.
type CustomSteps ¶
type CustomSteps struct {
Steps []CustomStep `yaml:"steps"`
}
CustomSteps defines custom steps to be generated.
type NamedConfig ¶
type NamedConfig struct {
// contains filtered or unexported fields
}
NamedConfig is a base type which provides config name.
Click to show internal directories.
Click to hide internal directories.