diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-30 23:46:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-30 23:46:20 +0700 |
| commit | 943ba0a55d687eda8986837ed1ff8758afbc082b (patch) | |
| tree | 7935ffcc2ace7fc0b353d0f358f75b938c3457af | |
| parent | 440bc5872fff95c312e5ff409e9a970ded4de148 (diff) | |
| download | pakakeh.go-943ba0a55d687eda8986837ed1ff8758afbc082b.tar.xz | |
lib/time: add missing Hourly section in the package documentation
| -rw-r--r-- | lib/time/scheduler.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/time/scheduler.go b/lib/time/scheduler.go index 50306305..b52e1998 100644 --- a/lib/time/scheduler.go +++ b/lib/time/scheduler.go @@ -101,6 +101,8 @@ type Scheduler struct { // - daily = daily@00:00 = every day at 00:00. // - daily@00:00,06:00,12:00,18:00 = every day at midnight, 6 AM, and 12 PM. // +// # Hourly +// // A hourly schedule can be divided into minutes, with the following format, // // HOURLY = "hourly" ["@" MINUTES] |
