Versions in this module Expand all Collapse all v1 v1.0.8 Feb 23, 2023 Changes in this version + type Cursor struct + func Query(ctx context.Context, client *githubv4.Client, query PagedQuery, ...) (*Cursor, error) + func (c *Cursor) Next() (any, error) + func (c *Cursor) Total() int + type PagedQuery interface + Get func(int) any + HasNextPage func() bool + Length func() int + NextPageVars func() map[string]any + Total func() int Other modules containing this package github.com/ossf/criticality_score/v2