Versions in this module Expand all Collapse all v1 v1.0.8 Feb 23, 2023 Changes in this version + var ErrorUnableToListAllResult = errors.New("unable to list all results") + type Option interface + func PerPage(perPage int) Option + type Searcher struct + func NewSearcher(ctx context.Context, client *githubv4.Client, logger *zap.Logger, ...) *Searcher + func (re *Searcher) ReposByStars(baseQuery string, minStars, overlap int, emitter func(string)) error Other modules containing this package github.com/ossf/criticality_score/v2