Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (Store) Entries ¶
func (s Store) Entries() (entries []StoreEntry)
type StoreEntry ¶
type StoreEntry struct {
Name string `json:"name"`
InstalledVersion string `json:"version"`
Digest string `json:"sha256"`
PathInRoot string `json:"path"`
// contains filtered or unexported fields
}
func (StoreEntry) Path ¶
func (s StoreEntry) Path() string
type Tool ¶
type Tool interface {
Name() string
Installer
VersionResolver
}
type VersionIntent ¶
Click to show internal directories.
Click to hide internal directories.