Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CronTrigger ¶
type CronTrigger struct {
// contains filtered or unexported fields
}
func MustCronTrigger ¶
func MustCronTrigger(expr string) (ct *CronTrigger)
func NewCronTrigger ¶
func NewCronTrigger(expr string) (ct *CronTrigger, err error)
func (*CronTrigger) Description ¶
func (ct *CronTrigger) Description() string
Description returns the description of the trigger.
func (*CronTrigger) Expression ¶
func (ct *CronTrigger) Expression() string
Description returns the description of the trigger.
func (*CronTrigger) NextFireTime ¶
func (ct *CronTrigger) NextFireTime(prev int64) (int64, error)
NextFireTime returns the next time at which the CronTrigger is scheduled to fire.
func (*CronTrigger) Source ¶
func (ct *CronTrigger) Source() *quartz.CronTrigger
Description returns the description of the trigger.
type RLHTTPClient ¶
RLHTTPClient Rate Limited HTTP Client
Click to show internal directories.
Click to hide internal directories.