Documentation ¶
Overview ¶
Package update implements the self updating mechanism
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct { }
Checker is a struct solely to prevent expose functions without setting up first
func NewUpdateChecker ¶
func NewUpdateChecker() *Checker
NewUpdateChecker returns a new update checker
func (*Checker) CheckForAvailableUpdates ¶
func (u *Checker) CheckForAvailableUpdates()
CheckForAvailableUpdates checks if any new releases exist and prints a notification if there is a new release
func (*Checker) UpdateApplication ¶
UpdateApplication downloads the update and directly updates the application
Click to show internal directories.
Click to hide internal directories.