Documentation ¶
Index ¶
Constants ¶
View Source
const ( DPKGStatusNone dpkgStatusType = iota DPKGStatusFile DPKGStatusDirectory DPKGStatusMixed )
Variables ¶
This section is empty.
Functions ¶
func GetUniqueLatestUpdates ¶ added in v0.4.0
func GetUniqueLatestUpdates(updates types.UpdatePackages, cmp VersionComparer, ignoreErrors bool) (types.UpdatePackages, error)
nolint: lll
Types ¶
type PackageInfoReader ¶ added in v0.4.0
type PackageManager ¶ added in v0.4.0
type PackageManager interface { InstallUpdates(context.Context, *types.UpdateManifest, bool) (*llb.State, []string, error) GetPackageType() string }
func GetPackageManager ¶ added in v0.4.0
type UpdateMap ¶ added in v0.4.0
type UpdateMap map[string]*UpdatePackageInfo
func GetValidatedUpdatesMap ¶ added in v0.4.0
func GetValidatedUpdatesMap(updates types.UpdatePackages, cmp VersionComparer, reader PackageInfoReader, stagingPath string) (UpdateMap, error)
nolint: lll
type UpdatePackageInfo ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.