Documentation
¶
Index ¶
Constants ¶
View Source
const ( InstallDir = "/tmp/railpack/mise" TestInstallDir = "/tmp/railpack/mise-test" )
View Source
const (
ErrMiseGetLatestVersion = "failed to resolve version %s of %s"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mise ¶
type Mise struct {
// contains filtered or unexported fields
}
func (*Mise) GetAllVersions ¶ added in v0.0.31
type MiseConfig ¶
type MiseConfig struct {
Tools map[string]MisePackage `toml:"tools"`
}
MiseConfig represents the overall mise configuration
type MisePackage ¶
type MisePackage struct {
Version string `toml:"version"`
}
MisePackage represents a single mise package configuration
Click to show internal directories.
Click to hide internal directories.