run

package
v9.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2025 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullLogger

type NullLogger struct{}

NullLogger is used to create a new JobLogger to discard logs. This will prevent these logs from being logged to the stdout, but forward them to the Reporter via its hook.

func (NullLogger) WithJobLogger

func (n NullLogger) WithJobLogger() *log.Logger

WithJobLogger creates a new logrus.Logger that will discard all logs.

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

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

func (*Runner) Update

func (r *Runner) Update(ctx context.Context, labels labels.Labels)

type RunnerInterface

type RunnerInterface interface {
	Run(ctx context.Context, task *runnerv1.Task) error
}

Jump to

Keyboard shortcuts

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