cron

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

README

cron 表达式

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cron

type Cron interface {
	Match(time time.Time) bool
}

func NewCron

func NewCron(exp string) (Cron, error)

type CronPattern

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

func (*CronPattern) Match

func (c *CronPattern) Match(t time.Time) bool

Jump to

Keyboard shortcuts

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