Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) ApplyUpdate ¶
ApplyUpdate checks for and applies the latest update immediately (used by the manual "Check for Updates" tray menu item).
func (*Service) CheckForUpdate ¶
func (s *Service) CheckForUpdate(ctx context.Context) (*UpdateInfo, error)
CheckForUpdate queries GitHub for the latest release and returns update info if a newer version is available.
func (*Service) GetCurrentVersion ¶
type UpdateInfo ¶
Click to show internal directories.
Click to hide internal directories.