version

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Operations

type Operations interface {
	GetVersionString() string
	GetSemVer() (*semver.Version, error)
	InConstraints(c string) (bool, error)
}

Operations provides semantic version operations.

type Versioner

type Versioner struct {
	// contains filtered or unexported fields
}

Versioner provides semantic version operations.

func New

func New() *Versioner

New creates a new versioner.

func (*Versioner) GetSemVer

func (v *Versioner) GetSemVer() (*semver.Version, error)

GetSemVer returns the current Ndd version as a semantic version.

func (*Versioner) GetVersionString

func (v *Versioner) GetVersionString() string

GetVersionString returns the current Ndd version as string.

func (*Versioner) InConstraints

func (v *Versioner) InConstraints(c string) (bool, error)

InConstraints is a helper function that checks if the current Ndd version is in the semantic version constraints.

Jump to

Keyboard shortcuts

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