Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetSummary ¶
type ReleaseFetcher ¶
type ReleaseFetcher struct {
// contains filtered or unexported fields
}
func NewReleaseFetcher ¶
func NewReleaseFetcher(ctx context.Context, token string) *ReleaseFetcher
func (*ReleaseFetcher) RepoSummary ¶
func (rf *ReleaseFetcher) RepoSummary(owner, repo string) (RepoSummary, error)
type ReleaseSummary ¶
type RepoSummary ¶
type RepoSummary struct {
Owner string `json:"owner,omitempty"`
Repo string `json:"repo,omitempty"`
Releases []ReleaseSummary `json:"releases,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.