Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface { ExecuteJobs( ctx context.Context, configFile string, secretsFile string, sourcePath string, jobNames []string, debugOnly bool, concurrencyEnabled bool, ) error ExecutePipelines( ctx context.Context, configFile string, secretsFile string, sourcePath string, pipelineNames []string, debugOnly bool, concurrencyEnabled bool, ) error }
Executor is the public interface for the CLI executor
func NewExecutor ¶
func NewExecutor( dockerClient *docker.Client, orchestrator orchestration.Orchestrator, ) Executor
NewExecutor returns an executor suitable for use with local development
Click to show internal directories.
Click to hide internal directories.