schedule_manager

package
v1.0.0-beta.2 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ScheduleCh chan string
)

Functions

This section is empty.

Types

type MainScheduleManager

type MainScheduleManager struct {
	// contains filtered or unexported fields
}

func NewMainScheduleManager

func NewMainScheduleManager() *MainScheduleManager

func (*MainScheduleManager) Add

func (sm *MainScheduleManager) Add(crontab string) (string, error)

func (*MainScheduleManager) Remove

func (sm *MainScheduleManager) Remove(crontab string) error

func (*MainScheduleManager) Run

func (sm *MainScheduleManager) Run()

type ScheduleConfig

type ScheduleConfig struct {
	Name         string `json:"name"`
	Crontab      string `json:"crontab"`
	AllowFailure bool   `json:"allowFailure"`
}

type ScheduleManager

type ScheduleManager interface {
	Add(crontab string) (string, error)
	Remove(entryId string) error
	Run()
}

func Init

func Init() (ScheduleManager, error)

Jump to

Keyboard shortcuts

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