Documentation
¶
Overview ¶
Package version provides functionality for managing tool version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commands ¶ added in v0.0.13
type Commands = unmarshal.SingleOrSliceType[string]
type Patterns ¶ added in v0.0.13
type Patterns = unmarshal.SingleOrSliceType[string]
type Version ¶
type Version struct {
Commands *Commands `mapstructure:"commands" yaml:"commands"`
Patterns *Patterns `mapstructure:"patterns" yaml:"patterns"`
Version string `mapstructure:"version" yaml:"version" single:"true"`
}
Version defines the target version of a tool, as well as how it can be parsed.
Click to show internal directories.
Click to hide internal directories.