Documentation
¶
Overview ¶
Package freshness defines constants for technology-dependent file staleness checks.
Index ¶
Constants ¶
View Source
const ( // StaleThreshold is the duration after which a tracked file is // considered stale and should be reviewed. ~6 months. StaleThreshold = 182 * 24 * time.Hour // ThrottleID is the state file name for daily throttle of // freshness checks. ThrottleID = "freshness-checked" )
View Source
const (
// VarStaleFiles is the template variable for stale file list.
VarStaleFiles = "StaleFiles"
)
Template variable keys for freshness hooks.
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.