summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-30 23:46:20 +0700
committerShulhan <ms@kilabit.info>2025-07-30 23:46:20 +0700
commit943ba0a55d687eda8986837ed1ff8758afbc082b (patch)
tree7935ffcc2ace7fc0b353d0f358f75b938c3457af
parent440bc5872fff95c312e5ff409e9a970ded4de148 (diff)
downloadpakakeh.go-943ba0a55d687eda8986837ed1ff8758afbc082b.tar.xz
lib/time: add missing Hourly section in the package documentation
-rw-r--r--lib/time/scheduler.go2
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]