# Packages
Package tarball holds logic for pmm-client tarball specific operations.
# Functions
DetectDistributionType detects distribution type of pmm-agent.
GetLatestVersion retrieves latest version of pmm-client available.
# Constants
Docker represents Docker installation of PMM Agent or Server.
PackageManager represents installation of PMM Agent or Server via a package manager.
Tarball represents installation of PMM Agent or Server via a tarball.
Unknown represents unknown distribution type of PMM Agent or Server.
# Variables
ErrLatestVersionNotFound is returned when we cannot determine what the latest version is.
# Type aliases
DistributionType represents type of distribution of the pmm-agent.