app

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Orchestrator added in v0.0.13

type Orchestrator struct{}

func NewOrchestrator added in v0.0.13

func NewOrchestrator() *Orchestrator

func (*Orchestrator) Orchestrate added in v0.0.13

func (o *Orchestrator) Orchestrate(configFile string, options OrchestratorOptions) error

type OrchestratorOptions added in v0.0.13

type OrchestratorOptions struct {
	JobNames []string
	Stages   []string
	Remote   string
	Env      []string
}

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

Runner is the main application entry point

func NewRunner

func NewRunner(ctx context.Context, cfg *config.Config) *Runner

func (*Runner) Cleanup added in v0.0.13

func (r *Runner) Cleanup(ctx context.Context) error

func (*Runner) PrepareJobConfigs added in v0.0.16

func (r *Runner) PrepareJobConfigs(options RunnerOptions) error

func (*Runner) Run

func (r *Runner) Run() error

type RunnerOptions added in v0.0.16

type RunnerOptions struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL