Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface { Interval() time.Duration Versions() ([]*version.Version, error) Download(version *version.Version) error }
Provider provides updates
type UpdateService ¶
type UpdateService struct {
// contains filtered or unexported fields
}
UpdateService is a service handling self-updates
Click to show internal directories.
Click to hide internal directories.