depversion

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoesRangeInclude

func DoesRangeInclude(versions []string, versionRange string) (bool, error)

formatting issues are handled in WhichVersionMatches, errors not expected to be thrown

func WhichVersionMatches

func WhichVersionMatches(versions []string, versionRange string) (map[string]bool, error)

Types

type VersionMatchObject

type VersionMatchObject struct {
	VRSet []VersionRange
	// Exact used in the case where heuristics can't determine semvers
	Exact *string
	All   bool
}

func ParseVersionRange

func ParseVersionRange(s string) (VersionMatchObject, error)

func (*VersionMatchObject) Match

func (vmo *VersionMatchObject) Match(v VersionValue) bool

type VersionRange

type VersionRange struct {
	Constraint string
}

type VersionValue

type VersionValue struct {
	SemVer *string
	Raw    string
}

func ParseVersionValue

func ParseVersionValue(s string) VersionValue

Jump to

Keyboard shortcuts

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