readers

package
v0.12.5 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Program

type Program[T Version[T]] struct {
	Path    string
	Version T
}

func (Program[T]) DownloadPath added in v0.11.16

func (p Program[T]) DownloadPath() string

type Version

type Version[T any] interface {
	VersionType
	IsStrictlySemanticNewer(f filter.Filter, v2 T) bool
	Matches(f filter.Filter) bool
	String() string
}

type VersionType

type VersionType interface {
	release.Version | snapshot.Version
}

Jump to

Keyboard shortcuts

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