Documentation
¶
Overview ¶
Package architecture defines constants for architecture map files and staleness checks.
Index ¶
Constants ¶
View Source
const ( // MapStaleDays is the threshold in days before a map refresh is considered stale. MapStaleDays = 30 // MapStalenessThrottleID is the state file name for daily throttle of map staleness checks. MapStalenessThrottleID = "check-map-staleness" )
Map staleness hook configuration.
View Source
const ( // VarLastRefreshDate is the template variable for last map refresh date. VarLastRefreshDate = "LastRefreshDate" // VarModuleCount is the template variable for number of changed modules. VarModuleCount = "ModuleCount" )
Template variable keys for map staleness hooks.
View Source
const (
// MapTracking is the architecture mapping coverage state file.
MapTracking = "map-tracking.json"
)
Architecture mapping file constants for .context/ directory.
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.