github

package
v11.3.3 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Visit

func Visit(visitor *vc.Visitor) error

Visit uses the supplied visitor to aggregate release info from the github releases api.

Types

type Iterator

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

Iterator allows lazy consumption of github release pages. Not safe for concurrent use. Always check for err after iteration, even if one or more pages were loaded successfully. If a release being added concurrently with iteration may cause duplicate releases to be observed.

func (*Iterator) Error

func (i *Iterator) Error() error

Error checks if an error occurred during iteration.

func (*Iterator) Next

func (i *Iterator) Next() bool

Next attempts to load the next page.

func (*Iterator) Page

func (i *Iterator) Page() []vc.Target

Page loads the current page. Must not be called until after Next() has been called. Subsequent calls between calls to Next() return the same value.

type Release

type Release struct {
	// Version is the semver version from the git tag of the release.
	Version string

	// OtherLabels are the labels extracted from the release notes.
	OtherLabels map[string]string
}

Release represents a github release.

Jump to

Keyboard shortcuts

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