api

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fail

func Fail(err error)

Types

type Client

type Client github.Client

Create a type alias for local extension methods.

func NewClient

func NewClient(accessToken string) *Client

Create a new Github client

func (*Client) CountRepositoryPRs

func (c *Client) CountRepositoryPRs(
	ctx context.Context,
	repo *github.Repository,
	opt *github.PullRequestListOptions) (uint, error)

Count all pull requests for a given repo, with pagination support.

func (*Client) FetchOrgRepositories

func (c *Client) FetchOrgRepositories(
	ctx context.Context,
	org string,
	opt *github.RepositoryListByOrgOptions) ([]*github.Repository, error)

Fetch all repos for an org, with pagination support.

type RepositoryFetcher

type RepositoryFetcher func(
	opt *github.RepositoryListByOrgOptions,
) ([]*github.Repository, *github.Response, error)

Jump to

Keyboard shortcuts

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