schedule

package
v0.0.0-...-87e9daf Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Schedule

type Schedule interface {
	Add(jobType string, payload string, runAfter time.Duration) (string, error)
	Delete(jobId string) error
	Update(jobId string, payload string) error
}

func GetSchedule

func GetSchedule() Schedule

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

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