Documentation
¶
Overview ¶
Package googet provides googet interoperability.
Index ¶
- func AddRepo(name, url string, conf *Config) error
- func Clean(conf *Config) error
- func Install(pkg, sources string, reinstall bool, dbOnly bool, conf *Config) error
- func PackageVersion(pkg string) (string, error)
- func Remove(pkg string, dbOnly bool, conf *Config) error
- func RemoveRepo(repo string, conf *Config) error
- func Update(conf *Config) error
- type Config
- type Package
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PackageVersion ¶
PackageVersion attempts to retrieve the current version of the named package from the local system.
func RemoveRepo ¶
RemoveRepo removes a Googet repository.
Types ¶
type Config ¶
type Config struct { GooGetExe string ExecConfig helpers.ExecConfig }
Config provides the ability to customize GooGet behavior.
Click to show internal directories.
Click to hide internal directories.