githubclient

package
v0.55.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHubFetcher added in v0.26.0

type GitHubFetcher interface {
	ResolveReleaseNotes(ctx context.Context, upstream string) (string, error)
	ResolveLatestRelease(ctx context.Context, upstream string) (string, error)
}

type GithubClient

type GithubClient struct {
	Logger log.Logger
	Client *github.Client
	Fs     afero.Afero
}

func NewGithubClient

func NewGithubClient(fs afero.Afero, logger log.Logger) *GithubClient

func (*GithubClient) GetFiles

func (g *GithubClient) GetFiles(
	ctx context.Context,
	upstream string,
	destinationPath string,
) (string, error)

func (*GithubClient) ResolveLatestRelease added in v0.26.0

func (g *GithubClient) ResolveLatestRelease(ctx context.Context, upstream string) (string, error)

func (*GithubClient) ResolveReleaseNotes added in v0.16.0

func (g *GithubClient) ResolveReleaseNotes(ctx context.Context, upstream string) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL