Versions in this module Expand all Collapse all v0 v0.1.1 Jun 27, 2025 v0.1.0 Nov 30, 2024 Changes in this version + func FromContext(ctx context.Context) *github.Client + func NewClient(ctx context.Context, token string) *github.Client + func WithContext(ctx context.Context, cl *github.Client) context.Context + func WithTestClient(t require.TestingT, fn func(*github.Client, *http.ServeMux)) + type Asset struct + ContentType string + ID int64 + Name string + Size int + URL string + func (a Asset) String() string + type IndexedAssets struct + Archives []Asset + Binaries []Asset + Checksums []Asset + func CreateIndex(assets []Asset) IndexedAssets