Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GithubBigQuery ¶
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) Summary ¶
func (rf *ReleaseFetcher) Summary(h repository.Handle) (RepoSummary, error)
type ReleaseSummary ¶
type ReleaseSummary struct { TagName string `json:"tag,omitempty"` PublishedAt time.Time `json:"published_at,omitempty"` ReleaseAssets []AssetSummary `json:"assets,omitempty"` }
type RepoSummary ¶
Click to show internal directories.
Click to hide internal directories.