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 ¶
RunnerChangeCallback is called when a runner's status changes.
Click to show internal directories.
Click to hide internal directories.