Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersistablePackage ¶
type PersistablePackage struct {
Package
}
type PersistableRepo ¶
type PersistableRepo struct {
Repo
}
type Repo ¶
type Repo struct { Name string AbsPath string // key Packages map[string]*Package // relative paths of packages }
func (*Repo) AddPackage ¶
func (*Repo) GetPackage ¶
GetPackage gets a package from a repo.
func (*Repo) SetPackages ¶
Click to show internal directories.
Click to hide internal directories.