Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct { Name string Fingerprint string SHA1 string Dependencies []*Package ExtractedPath string ArchivePath string }
type PackageRepo ¶
type PackageRepo struct {
// contains filtered or unexported fields
}
func (*PackageRepo) FindOrCreatePackage ¶
func (pr *PackageRepo) FindOrCreatePackage(pkgName string) *Package
Click to show internal directories.
Click to hide internal directories.