run

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullLogger added in v0.2.11

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 added in v0.2.11

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 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

Jump to

Keyboard shortcuts

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