dispatcher

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dispatcher

type Dispatcher interface {
	Start(ctx context.Context) error
	Stop() error
	SetRunnerChangeCallback(cb RunnerChangeCallback)
}

Dispatcher defines the interface for the job dispatch service.

func NewDispatcher

func NewDispatcher(
	log logrus.FieldLogger,
	cfg *config.Config,
	st store.Store,
	q queue.Service,
	ghClient github.Client,
) Dispatcher

NewDispatcher creates a new dispatcher.

type RunnerChangeCallback

type RunnerChangeCallback func(runner *store.Runner)

RunnerChangeCallback is called when a runner's status changes.

Jump to

Keyboard shortcuts

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