Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipeLine ¶
type PipeLine struct {
// contains filtered or unexported fields
}
func (*PipeLine) Run ¶
func (p *PipeLine) Run(ctx *StageContext) error
type Runner ¶ added in v0.1.5
type Runner struct { Client *client.Client Logger Logger Secrets SecretsStore WorkingDir string Branch string Repo string Cleanup bool Meta Meta // contains filtered or unexported fields }
func NewRunner ¶ added in v0.1.5
func NewRunner(opts RunnerOptions) *Runner
type RunnerOptions ¶ added in v0.3.1
type SecretsStore ¶ added in v0.3.5
type Stage ¶
type Stage interface {
Run(ctx *StageContext) error
}
Click to show internal directories.
Click to hide internal directories.