Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAuthenticatedUser(ctx context.Context) (string, error)
- func (c *Client) GetRepo(ctx context.Context, owner, name string) (*Repository, error)
- func (c *Client) ListOrgRepos(ctx context.Context, org string) ([]Repository, error)
- func (c *Client) ListOwnerRepos(ctx context.Context, owner string) ([]Repository, error)
- func (c *Client) ListUserRepos(ctx context.Context) ([]Repository, error)
- type Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetAuthenticatedUser ¶
func (*Client) ListOrgRepos ¶
func (*Client) ListOwnerRepos ¶
func (*Client) ListUserRepos ¶
func (c *Client) ListUserRepos(ctx context.Context) ([]Repository, error)
Click to show internal directories.
Click to hide internal directories.