schedule

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: MIT Imports: 1 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Schedule

type Schedule interface {
	//Call Add a new callback event to the schedule.
	Call(callback func()) *support.Event

	//Command Add a new Artisan command event to the schedule.
	Command(command string) *support.Event

	//Register schedules.
	Register(events []*support.Event)

	//Run schedules.
	Run()
}

Jump to

Keyboard shortcuts

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