Documentation
¶
Overview ¶
Package meta provides centralized application metadata for Watchtower.
It holds compile-time values such as the version string and derived identifiers (e.g., the HTTP User-Agent header). Version is typically injected via linker flags at build time. If unset it falls back to "v0.0.0-unknown".
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the compile-time set version of Watchtower. Version = "v0.0.0-unknown" // UserAgent is the HTTP client identifier derived from Version. UserAgent string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.