Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// Environ provides a set of environment variables that
// should be added to each pipeline step by default.
Environ provider.Provider
// Secret returns a named secret value that can be injected
// into the pipeline step.
Secret secret.Provider
// Settings provides global settings that apply to
// all pipelines.
Settings Settings
}
Compiler compiles the Yaml configuration file to an intermediate representation optimized for simple execution.
Click to show internal directories.
Click to hide internal directories.