app_cron

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 12, 2020 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cron *cron.Cron
View Source
var Tasks map[string]func()

任务池

Functions

func AddFunc

func AddFunc(spec string, cmd func()) error

直接添加任务

func Register

func Register(name string, tf func())

func Start

func Start()

启动定时任务

Types

type Config

type Config struct {
	Rule   []string `toml:"rule"`
	Enable bool     `toml:"enable"`
}

Jump to

Keyboard shortcuts

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