cron

package
v0.0.0-...-f1b58f7 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewV3

func NewV3() *v3

Types

type Cron

type Cron interface {
	AddFunc(spec string, cmd func()) (int, error)
	AddJob(spec string, job Job) (int, error)
}

type Job

type Job interface {
	Run()
}

Jump to

Keyboard shortcuts

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