github

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2021 License: MIT Imports: 6 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 {
	// SetApiToken sets the api token to access private apis of the GitHub API.
	SetApiToken(apiToken string)

	// GetLatestReleaseTag finds the latest release tag in the given repository.
	GetLatestReleaseTag(org string, repository string) (string, error)

	// DownloadReleaseAsset downloads the defined asset for the given release.
	DownloadReleaseAsset(org string, repository string, tag string, assetName string) (io.ReadCloser, error)
}

Client is a small client to access some features of the GitHub API.

func NewClient

func NewClient() Client

Directories

Path Synopsis
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.

Jump to

Keyboard shortcuts

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