Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronTrigger ¶
type CronTrigger struct {
// contains filtered or unexported fields
}
func New ¶
func New() *CronTrigger
func (*CronTrigger) Add ¶
func (ct *CronTrigger) Add(format string, ch chan<- time.Time) (interface{}, error)
func (*CronTrigger) Remove ¶
func (ct *CronTrigger) Remove(v interface{}) error
func (*CronTrigger) Start ¶
func (ct *CronTrigger) Start()
func (*CronTrigger) Stop ¶
func (ct *CronTrigger) Stop()
Click to show internal directories.
Click to hide internal directories.