db

package
v10.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executor

type Executor interface {
	AlpmArch() (string, error)
	BiggestPackages() []alpm.IPackage
	Cleanup()
	IsCorrectVersionInstalled(string, string) bool
	LastBuildTime() time.Time
	LocalPackage(string) alpm.IPackage
	LocalPackages() []alpm.IPackage
	LocalSatisfierExists(string) bool
	PackageConflicts(alpm.IPackage) []alpm.Depend
	PackageDepends(alpm.IPackage) []alpm.Depend
	SatisfierFromDB(string, string) alpm.IPackage
	PackageGroups(alpm.IPackage) []string
	PackageOptionalDepends(alpm.IPackage) []alpm.Depend
	PackageProvides(alpm.IPackage) []alpm.Depend
	PackagesFromGroup(string) []alpm.IPackage
	RefreshHandle() error
	RepoUpgrades(bool) (upgrade.UpSlice, error)
	SyncPackage(string) alpm.IPackage
	SyncPackages(...string) []alpm.IPackage
	SyncSatisfier(string) alpm.IPackage
	SyncSatisfierExists(string) bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL