set

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrayVersionSet

type ArrayVersionSet []version.Version

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL