Versions in this module Expand all Collapse all v0 v0.0.2 Jun 17, 2024 v0.0.1 Jun 17, 2024 Changes in this version + type Client struct + Client *gh.Client + Token string + Username string + func NewClient(username, token string) *Client + func (c *Client) FetchAllRepos() ([]*gh.Repository, error) + func (c *Client) FetchRepos(repos []string) ([]*gh.Repository, error)