globalhookenableschedulebindings

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterTaskHandler

func RegisterTaskHandler(config TaskDependencies) func(t sh_task.Task, logger *log.Logger) task.Task

RegisterTaskHandler returns a function that creates a Task handler

Types

type Task

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

Task represents a handler for enabling schedule bindings on global hooks

func NewTask

func NewTask(shellTask sh_task.Task, moduleManager *module_manager.ModuleManager, logger *log.Logger) *Task

NewTask creates a new Task instance.

func (*Task) Handle

func (s *Task) Handle(_ context.Context) queue.TaskResult

type TaskDependencies

type TaskDependencies interface {
	GetModuleManager() *module_manager.ModuleManager
}

Jump to

Keyboard shortcuts

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