Versions in this module Expand all Collapse all v1 v1.0.0 Feb 11, 2026 Changes in this version + type Client struct + func NewClient(ctx context.Context) (*Client, error) + func (c *Client) FetchRepos(ctx context.Context, opts FetchOptions) ([]cache.Repo, error) + type FetchOptions struct + Affiliation string + Visibility string