Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(ctx context.Context, pattern string, job gcron.JobFunc, name ...string) (*gcron.Entry, error)
Add adds a timed task to default cron object. A unique `name` can be bound with the timed task. It returns and error if the `name` is already used.
func AddSingleton ¶
func AddSingleton(ctx context.Context, pattern string, job gcron.JobFunc, name ...string) (*gcron.Entry, error)
AddSingleton adds a singleton timed task, to default cron object. A singleton timed task is that can only be running one single instance at the same time. A unique `name` can be bound with the timed task. It returns and error if the `name` is already used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.