github

package
v0.0.0-...-dcd8ac6 Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ListReleases(owner, repo string, opt *github.ListOptions) ([]*github.RepositoryRelease, error)
	DownloadReleaseAsset(owner, repo string, id int64) (io.ReadCloser, string, error)
}

type GitHubClient

type GitHubClient struct {
	Client *github.Client
	// contains filtered or unexported fields
}

func NewGitHubClient

func NewGitHubClient(token string) *GitHubClient

func (*GitHubClient) DownloadReleaseAsset

func (c *GitHubClient) DownloadReleaseAsset(owner, repo string, id int64) (io.ReadCloser, string, error)

func (*GitHubClient) ListReleases

func (c *GitHubClient) ListReleases(owner, repo string, opt *github.ListOptions) ([]*github.RepositoryRelease, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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