Documentation ¶ Index ¶ type Client func NewClient(username, token string) *Client func (c *Client) FetchAllRepos(cfg config.Config) ([]*gh.Repository, error) func (c *Client) FetchRepos(cfg config.Config) ([]*gh.Repository, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { Username string Token string Client *gh.Client } func NewClient ¶ func NewClient(username, token string) *Client func (*Client) FetchAllRepos ¶ func (c *Client) FetchAllRepos(cfg config.Config) ([]*gh.Repository, error) func (*Client) FetchRepos ¶ func (c *Client) FetchRepos(cfg config.Config) ([]*gh.Repository, error) Source Files ¶ View all Source files github.go Click to show internal directories. Click to hide internal directories.