Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildError ¶
type BuildError struct {
// contains filtered or unexported fields
}
func (BuildError) Error ¶
func (err BuildError) Error() string
func (BuildError) Unwrap ¶
func (err BuildError) Unwrap() error
type ReadWriteFS ¶
type ReadWriteFS interface { fs.ReadDirFS pacman.WritableFS }
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner(vendorFs ReadWriteFS, pkgIndex pacman.PackageIndex, client *goproxy.Client, pmObserver pacman.PMProgressObserver) *Runner
Click to show internal directories.
Click to hide internal directories.