Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrIndentNotCalculated is returned when indentation calculation fails ErrIndentNotCalculated = errors.New("could not calculate indent for timeout-minutes line") // ErrFlowStyleNotSupported is returned when flow style YAML is detected in job definitions ErrFlowStyleNotSupported = errors.New("flow style YAML is not supported for job definitions") // ErrCompactJobSyntaxNotSupported is returned when compact job syntax is detected ErrCompactJobSyntaxNotSupported = errors.New("compact job syntax (job_name: { ... }) is not supported, please use regular YAML syntax") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.