Versions in this module Expand all Collapse all v0 v0.0.61 Apr 26, 2026 v0.0.60 Apr 19, 2026 Changes in this version + func LogUpdateCheckError(err error) + type BinaryUpgrader struct + func NewBinaryUpgrader(reg registry.RepoRegistry, currentVersion string) (*BinaryUpgrader, error) + func (up *BinaryUpgrader) Upgrade(ctx context.Context) error + type UpdateNotice struct + CurrentVersion string + LatestVersion string + func (n *UpdateNotice) Message() string + type UpdateNotifier struct + func NewUpdateNotifier(reg registry.RepoRegistry) (*UpdateNotifier, error) + func (n *UpdateNotifier) Check(ctx context.Context, currentVersion string) (*UpdateNotice, error) + func (n *UpdateNotifier) MarkNotified(notice *UpdateNotice) error + type Upgrader interface + Upgrade func(ctx context.Context) error