Documentation
¶
Overview ¶
Package updater provides binary self-update capabilities for standalone (non-Docker) installs of altmount. It fetches release assets from GitHub, verifies their SHA-512 checksum, extracts the binary, and applies the update in-place using github.com/minio/selfupdate.
Index ¶
Constants ¶
View Source
const ( // Channel identifiers. ChannelLatest = "latest" ChannelDev = "dev" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.