Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChecksumSource ¶
type PendingUpdate ¶
type UpdateDownloadProgress ¶
type UpdateDownloadProgress struct {
BytesDownloaded, BytesTotal int64
}
type Updater ¶
type Updater struct {
PendingUpdate *PendingUpdate
UpdateFound utils.EventDispatcher[PendingUpdate]
DownloadProgress utils.EventDispatcher[UpdateDownloadProgress]
UpdateReady utils.EventDispatcher[interface{}]
// contains filtered or unexported fields
}
func MakeUpdater ¶
func (*Updater) CheckForUpdate ¶
Click to show internal directories.
Click to hide internal directories.