Documentation
¶
Overview ¶
Package wrap defines marker constants for end-of-session wrap-up detection.
Index ¶
Constants ¶
View Source
const ( // WrappedUpMarker is the state file name for the wrap-up suppression marker. WrappedUpMarker = "ctx-wrapped-up" // WrappedUpContent is the content written to the wrap-up marker file. WrappedUpContent = "wrapped-up" // WrappedUpExpiryHours is how many hours the marker suppresses nudges. WrappedUpExpiryHours = 2 )
Wrap-up marker 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.