Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder struct {
// contains filtered or unexported fields
}
Finder is the object that locates RPMs below a given base directory
type RPM ¶
RPM is the basic wrapper around the given RPM path
func (*RPM) LocalDependencies ¶
LocalDependencies finds only those dependencies that are in the same directory as the RPM
func (*RPM) NameStartsWith ¶
NameStartsWith indicates if the RPM name has the given prefix
type RPMs ¶
type RPMs []*RPM
RPMs is a collection of RPM instances
Click to show internal directories.
Click to hide internal directories.