release

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultReleaseNamePattern = "v?[0-9]+\\.[0-9]+\\.[0-9]+(-rc[-.]?[0-9]+)?"
	MaxAvailableReleases      = 1000
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Release

type Release struct {
	Name string
	Age  time.Duration
	Hash string
}

func ReleasesForUpstream

func ReleasesForUpstream(ctx context.Context, ref RepoRef, query ReleaseQuery) ([]Release, error)

type ReleaseQuery

type ReleaseQuery struct {
	Since       time.Time
	NamePattern *regexp.Regexp
}

type RepoRef

type RepoRef struct {
	Owner string
	Name  string
}

func RepoRefFromUrl

func RepoRefFromUrl(s string) (RepoRef, error)

Jump to

Keyboard shortcuts

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