Documentation
¶
Index ¶
- type Client
- func (client *Client) CreateDeployKey(name *string, key *string) error
- func (client *Client) CreatePushHook(name *string, url *string, devMode bool) (int64, string, error)
- func (client *Client) CreateRepository(name *string, description *string, private *bool) (err error)
- func (client *Client) Cur() *github.Repository
- func (client *Client) GetByID(id string) error
- func (client *Client) GetCurrentRepository() (*github.Repository, error)
- func (client *Client) ListMyRepos() map[string]interface{}
- func (client *Client) Me() *github.User
- func (client *Client) ShortRepositoryInfo(id string) map[string]interface{}
- type RepositoryListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateDeployKey ¶
func (*Client) CreatePushHook ¶
func (*Client) CreateRepository ¶
func (*Client) Cur ¶
func (client *Client) Cur() *github.Repository
func (*Client) GetCurrentRepository ¶
func (client *Client) GetCurrentRepository() (*github.Repository, error)
func (*Client) ListMyRepos ¶
func (*Client) ShortRepositoryInfo ¶
type RepositoryListOptions ¶
type RepositoryListOptions github.RepositoryListOptions
Click to show internal directories.
Click to hide internal directories.