Documentation
¶
Index ¶
- Variables
- func Check(toolName string, resolvedVersion string, store *binny.Store, verifyDigest bool) error
- func Install(tool binny.Tool, intent binny.VersionIntent, store *binny.Store, ...) error
- func New(t Config) (binny.Tool, error)
- func ResolveVersion(tool binny.VersionResolver, intent binny.VersionIntent) (string, error)
- type Config
- type DetailConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMultipleInstallations = fmt.Errorf("too many installations found")
Functions ¶
func ResolveVersion ¶
func ResolveVersion(tool binny.VersionResolver, intent binny.VersionIntent) (string, error)
Types ¶
type Config ¶
type Config struct {
Name string
InstallerConfig DetailConfig
VersionResolverConfig DetailConfig
}
type DetailConfig ¶
Click to show internal directories.
Click to hide internal directories.