versionfile

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VersionEntry

type VersionEntry struct {
	Edition         string `yaml:"edition"`
	Version         string `yaml:"version"`
	Release         string `yaml:"release"`
	Latest          bool   `yaml:"latest,omitempty"`
	ReleaseDate     string `yaml:"releaseDate,omitempty"`
	EndOfLifeDate   string `yaml:"endOfLifeDate,omitempty"`
	Branch          string `yaml:"branch"`
	Label           string `yaml:"label,omitempty"`
	LTS             bool   `yaml:"lts,omitempty"`
	ExtensionMonths int    `yaml:"extensionMonths,omitempty"`
}

func BuildVersionEntry

func BuildVersionEntry(edition string, releaseName string, lifetimeMonths int, ltslifetimeMonths int, releases []github.GQLRelease) (VersionEntry, error)

func (VersionEntry) Less

func (v VersionEntry) Less(o VersionEntry) bool

Jump to

Keyboard shortcuts

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