Versions in this module Expand all Collapse all v0 v0.6.0 Aug 2, 2026 v0.5.0 Jul 19, 2026 Changes in this version + type Collector struct + func New(cfg Config) (*Collector, error) + func (c *Collector) Collect(ctx context.Context, req core.CollectRequest) (*core.CollectionResult, error) + func (c *Collector) Source() core.Source + type Config struct + GraphQLClient *githubv4.Client + RESTClient *github.Client + Token string + Username string