Documentation
¶
Index ¶
- type InstalledPackage
- type Metadata
- type Store
- func (s *Store) BinDirs(name, version string) []string
- func (s *Store) InstallDir(name, version string) string
- func (s *Store) InstalledVersions(pkgName string) []string
- func (s *Store) IsInstalled(name, version string) bool
- func (s *Store) List() ([]InstalledPackage, error)
- func (s *Store) ReadMetadata(name, version string) (*Metadata, error)
- func (s *Store) TouchLastUsed(name, version string) error
- func (s *Store) Uninstall(name, version string) error
- func (s *Store) WriteMetadata(name, version string, meta Metadata) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstalledPackage ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) InstallDir ¶
func (*Store) InstalledVersions ¶
func (*Store) IsInstalled ¶
func (*Store) List ¶
func (s *Store) List() ([]InstalledPackage, error)
func (*Store) TouchLastUsed ¶
Click to show internal directories.
Click to hide internal directories.