runner

package
v0.52.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRunnerJobFactory

type IRunnerJobFactory interface {
	Create(job models.Job) jobs.IJob
}

func NewRunnerJobFactory

func NewRunnerJobFactory(config RunnerJobFactoryConfig) IRunnerJobFactory

type RunnerJob

type RunnerJob struct {
	models.Job
	// contains filtered or unexported fields
}

func (*RunnerJob) Execute

func (pj *RunnerJob) Execute(ctx context.Context) error

type RunnerJobFactory

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

func (*RunnerJobFactory) Create

func (f *RunnerJobFactory) Create(job models.Job) jobs.IJob

type RunnerJobFactoryConfig

type RunnerJobFactoryConfig struct {
	TrackTelemetryEvent func(event telemetry.Event, clientId string) error
	ProviderManager     providermanager.IProviderManager
}

Jump to

Keyboard shortcuts

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