Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayVersionSet ¶
func (ArrayVersionSet) GetLatestMajorVersion ¶
func (s ArrayVersionSet) GetLatestMajorVersion() int
func (ArrayVersionSet) GetLatestProductionVersion ¶
func (s ArrayVersionSet) GetLatestProductionVersion() *version.Version
func (ArrayVersionSet) GetLatestVersion ¶
func (s ArrayVersionSet) GetLatestVersion(c constraint.Constraint) *version.Version
func (ArrayVersionSet) Validate ¶
func (s ArrayVersionSet) Validate() error
type VersionSet ¶
type VersionSet interface {
GetLatestVersion(c constraint.Constraint) version.Version
Validate() error
GetLatestProductionVersion() *version.Version
}
Click to show internal directories.
Click to hide internal directories.