Documentation
¶
Index ¶
- func Add(pkg string, skipConfirmation bool, lockfile config.Lockfile) error
- func Info(pkg string) (string, error)
- func List(lockfile config.Lockfile) []string
- func Remove(pkg string, lockfile config.Lockfile, isForUpdate bool) error
- func Search(query string) ([]string, error)
- func Update(pkgs []string, skipConfirmation bool, lockfile config.Lockfile) error
- type ErrorPackageDependencyOf
- type ErrorPackageNotInstalled
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorPackageDependencyOf ¶
type ErrorPackageDependencyOf struct {
Name, Dependent string
}
func (ErrorPackageDependencyOf) Error ¶
func (e ErrorPackageDependencyOf) Error() string
type ErrorPackageNotInstalled ¶
type ErrorPackageNotInstalled struct {
Name string
}
func (ErrorPackageNotInstalled) Error ¶
func (e ErrorPackageNotInstalled) Error() string
Click to show internal directories.
Click to hide internal directories.