update

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MaybeShowMessage

func MaybeShowMessage(ctx context.Context, currentVersion string, frequency time.Duration)

MaybeShowMessage orchestrates cache, fetch, compare, and printing. It is designed to be non-fatal and fast; errors are swallowed.

Types

type Cache

type Cache struct {
	LastChecked      time.Time `json:"last_checked"`
	LastShownVersion string    `json:"last_shown_version"`
}

Cache stores update-check metadata to throttle frequency and avoid repeating the same banner too often.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL