Documentation ¶
Index ¶
- type Pack
- func (p Pack) ImportPath() types.ImportPath
- func (p Pack) Install(installDir string) error
- func (p Pack) InstallPath(installDir string) string
- func (p Pack) IsInstalled(installDir string) (bool, error)
- func (p Pack) LocalReplacement(replacementPath string) Pack
- func (p Pack) ReplacementPath() (string, bool)
- func (p Pack) Version() semver.Version
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pack ¶
type Pack struct {
// contains filtered or unexported fields
}
Pack represents a specific version of an Oya pack.
func (Pack) ImportPath ¶
func (p Pack) ImportPath() types.ImportPath
func (Pack) InstallPath ¶
func (Pack) LocalReplacement ¶
func (Pack) ReplacementPath ¶
Click to show internal directories.
Click to hide internal directories.