types

package
v0.0.0-...-cf07509 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsStable

func IsStable(value StabilityClassification) bool

Types

type StabilityClassification

type StabilityClassification uint
const (
	Development StabilityClassification = iota
	PreAlpha
	Alpha
	Beta
	RC
	Release
)

func (StabilityClassification) String

func (self StabilityClassification) String() string

type VersionStabilityClassifierI

type VersionStabilityClassifierI interface {
	Check(parsed *tarballname.ParsedTarballName) (StabilityClassification, error)
	IsStable(parsed *tarballname.ParsedTarballName) (bool, error)
}

Jump to

Keyboard shortcuts

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