Documentation
¶
Overview ¶
Package ceremony defines configuration constants for end-of-session ceremony hooks.
Index ¶
Constants ¶
View Source
const ( // CeremonyThrottleID is the state file name for daily throttle of ceremony checks. CeremonyThrottleID = "ceremony-reminded" // CeremonyJournalLookback is the number of recent journal files to scan for ceremony usage. CeremonyJournalLookback = 3 // CeremonyRememberCmd is the command name scanned in journals for /ctx-remember usage. CeremonyRememberCmd = "ctx-remember" // CeremonyWrapUpCmd is the command name scanned in journals for /ctx-wrap-up usage. CeremonyWrapUpCmd = "ctx-wrap-up" )
Ceremony configuration.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.