Versions in this module Expand all Collapse all v0 v0.1.2 Feb 25, 2026 v0.1.1 Feb 25, 2026 v0.1.0 Feb 23, 2026 Changes in this version + func FilterRepos(repos []model.RepoInfo, cfg *config.Config) (included []model.RepoInfo, excluded []string) + func ResolveToken() string + type Client struct + func NewClient(token string) *Client + func (c *Client) ListOrgRepos(org string) ([]model.RepoInfo, error)