package
0.0.0-20250103033258-429e9f645802
Repository: https://github.com/aliyun/aliyun_assist_client.git
Documentation: pkg.go.dev

# Functions

GetTimerManager just returns pointer to global TimerManager instance.
InitTimerManager explicitly initialize global TimerManager instance, which should be invoked before all timer creation behaviors.
NewAtScheduled returns scheduler from at expression.
NewCronScheduled returns scheduler from cron expression Classic style and new styles of cron expression are both supported: * Classic: `Seconds Minutes Hours Day_of_month Month Day_of_week` * New: `Seconds Minutes Hours Day_of_month Month Day_of_week Year(optional) Timezone(optional)` For timezone specification, two formats are supported: * Complete name in TZ database, e.g., Asia/Shanghai, America/Los_Angeles * GMT offset (no leading zero in hour), e.g., GMT+8:00, GMT-6:00 * Some fixed and unambiguous abbreviation names of timezone, namely: + GMT + UTC.
No description provided by the author
NewRateScheduled returns scheduler from rate() expression.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GMT+13:00/GMT+14:00 do exist, even GMT+13:45.

# Structs

No description provided by the author
No description provided by the author
CronScheduled provides nextRun() interface for cron expression.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author