tasks

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Factories = map[string]Factory{}

Factories provides map of Factory

Functions

This section is empty.

Types

type Factory

type Factory func(
	scheduler tasks.Scheduler,
	name string,
	schedule string,
	args ...string,
) any

Factory creates tasks

type Status

type Status int

Status indicates whether the task failed or succeeded

const (
	// FAILURE indicates that the task failed
	FAILURE Status = 0

	// SUCCESS indicates that the task succeeded
	SUCCESS Status = 1
)

Jump to

Keyboard shortcuts

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