Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigFile ¶
func GetConfigFile() string
func GetConfigHome ¶
Types ¶
type Config ¶
type Config struct {
WorkDir string `json:"workDir"`
DefaultImage string `json:"defaultImage"`
OutputDir string `json:"outputDir"`
DockerVersion string `json:"dockerVersion"`
DefaultDockerImage string `json:"defaultDockerImage"`
ToolDir string `json:"toolDir"`
MaxStepTimeout int `json:"maxStepTimeout"`
MaxPipelineTimeout int `json:"maxPipelineTimeout"`
}
func LoadConfig ¶
func (*Config) Persistent ¶
Click to show internal directories.
Click to hide internal directories.