Documentation ¶ Index ¶ type Runner func NewRunner(cfg *config.Config, reg *config.Registration, cli client.Client) *Runner func (r *Runner) Declare(ctx context.Context, labels []string) (*connect.Response[runnerv1.DeclareResponse], error) func (r *Runner) Run(ctx context.Context, task *runnerv1.Task) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } Runner runs the pipeline. func NewRunner ¶ func NewRunner(cfg *config.Config, reg *config.Registration, cli client.Client) *Runner func (*Runner) Declare ¶ added in v0.2.0 func (r *Runner) Declare(ctx context.Context, labels []string) (*connect.Response[runnerv1.DeclareResponse], error) func (*Runner) Run ¶ func (r *Runner) Run(ctx context.Context, task *runnerv1.Task) error Source Files ¶ View all Source files runner.go workflow.go Click to show internal directories. Click to hide internal directories.