Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OmahaUpdater ¶
type OmahaUpdater struct {
// contains filtered or unexported fields
}
func NewOmahaUpdater ¶
func NewOmahaUpdater( repo *packages.Repository, updatePackageURL string, omahaServer *omaha.OmahaServer, avbTool *avb.AVBTool, zbiTool *zbi.ZBITool, ) (*OmahaUpdater, error)
type SystemUpdateChecker ¶
type SystemUpdateChecker struct {
// contains filtered or unexported fields
}
SystemUpdateChecker uses `update check-now` to install a package.
func NewSystemUpdateChecker ¶
func NewSystemUpdateChecker(repo *packages.Repository) *SystemUpdateChecker
type SystemUpdater ¶
type SystemUpdater struct {
// contains filtered or unexported fields
}
SystemUpdater uses the `system-updater` to install a package.
func NewSystemUpdater ¶
func NewSystemUpdater(repo *packages.Repository, updatePackageUrl string) *SystemUpdater
Click to show internal directories.
Click to hide internal directories.