gh

package
v0.0.0-...-2fedb23 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitGitHubClient

func InitGitHubClient(owner, repo, accessToken string)

Types

type Client

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

Client refers to a client which wishes to connect to specific repository of a user.

func GetGitHubClient

func GetGitHubClient() *Client

func NewClient

func NewClient(owner, repo, token string) *Client

NewClient constructs a new instance of Client.

func (*Client) Owner

func (c *Client) Owner() string

Owner returns owner of client.

func (*Client) Repo

func (c *Client) Repo() string

Repo returns repo name of client.

Jump to

Keyboard shortcuts

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