batch

package module
v0.0.0-...-af9eeb7 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Goroutines

func Goroutines()

func Module

func Module()

func TestRunner

func TestRunner()

func TestRunner2

func TestRunner2()

func TestRunnerBackup

func TestRunnerBackup()

Types

type Accumulator

type Accumulator struct {
}

func (Accumulator) NewJob

func (a Accumulator) NewJob() func()

type Scheduler

type Scheduler struct {
	Tasks *[]Task
}

func (Scheduler) Start

func (s Scheduler) Start()

type Task

type Task struct {
	Name     string
	Schedule string
	Handler  func()
	Job      cron.FuncJob
	EntryId  cron.EntryID
	Error    error
}

Jump to

Keyboard shortcuts

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