# Functions
FullInfo returns multi-line version information.
FullInfoJSON returns version information in JSON format.
MustParse is like Parse but panics if given string cannot be parsed.
Parse parses version information from given string.
ShortInfo returns project name and short version as one line.
Time returns parsed Timestamp.
# Variables
Git branch name, e.g.
Full git commit hash, e.g.
Features list.
PMM version.
Component name, e.g.
Build UNIX timestamp, e.g.
nolint:revive,stylecheck.
Component version, e.g.
# Structs
DockerVersionInfo describes the version of the Docker image.
PackageInfo describes a single package version.
Parsed represents a SemVer-like version information.
UpdateCheckResult describes the latest update check result.
# Type aliases
DockerVersionsInfo is a wrapper around a DockerVersionInfo array to implement sorting.