Documentation
¶
Overview ¶
Package github implements the "github-tags" and "github-releases" datasource resolvers backed by the shared pkg/github client (token chain and rate-limit handling included).
Index ¶
Constants ¶
View Source
const ( DatasourceTags = "github-tags" DatasourceReleases = "github-releases" )
Datasource names served by this resolver.
Variables ¶
View Source
var ErrInvalidPackage = errors.New("github package must be in owner/repo form")
ErrInvalidPackage is returned when a package is not in owner/repo form.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct{}
Resolver resolves GitHub tag and release versions.
Click to show internal directories.
Click to hide internal directories.