Documentation ¶
Index ¶
- type GitHubFetcher
- type GithubClient
- func (g *GithubClient) GetFiles(ctx context.Context, upstream string, destinationPath string) (string, error)
- func (g *GithubClient) ResolveLatestRelease(ctx context.Context, upstream string) (string, error)
- func (g *GithubClient) ResolveReleaseNotes(ctx context.Context, upstream string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubFetcher ¶ added in v0.26.0
type GithubClient ¶
func NewGithubClient ¶
func NewGithubClient(fs afero.Afero, logger log.Logger) *GithubClient
func (*GithubClient) ResolveLatestRelease ¶ added in v0.26.0
func (*GithubClient) ResolveReleaseNotes ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.