Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
Checker performs a single non-blocking update check at startup. The result is stored atomically — safe to read from any goroutine. Implements api.UpdateChecker via Result.
func (*Checker) GetCurrent ¶
GetCurrent implements api.UpdateChecker.
func (*Checker) IsAvailable ¶
IsAvailable implements api.UpdateChecker.
type Result ¶
Result holds the outcome of a single update check. Implements api.UpdateChecker interface.
func (*Result) GetCurrent ¶
func (*Result) IsAvailable ¶
Click to show internal directories.
Click to hide internal directories.