version

package
v1.12.2 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsGreaterOrEqual

func IsGreaterOrEqual(a, b string) (bool, error)

func IsLessThan

func IsLessThan(a, b string) (bool, error)

Types

type Version

type Version struct {
	Major int
	Minor int
	Patch int
}

func MustParse

func MustParse(version string) *Version

func New

func New(major, minor, patch int) *Version

func Parse

func Parse(version string) (*Version, error)

func (Version) Equal

func (v Version) Equal(other Version) bool

func (Version) GreaterThan

func (v Version) GreaterThan(other Version) bool

func (Version) IsOneOf added in v1.12.1

func (v Version) IsOneOf(versions []*Version) bool

func (Version) LessThan

func (v Version) LessThan(other Version) bool

func (Version) String

func (v Version) String() string

Jump to

Keyboard shortcuts

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