Versions in this module Expand all Collapse all v1 v1.0.8 Feb 23, 2023 Changes in this version + func NewRepoFactory(client *githubapi.Client, logger *zap.Logger) projectrepo.Factory + type IssuesSource struct + func (ic *IssuesSource) EmptySet() signal.Set + func (ic *IssuesSource) Get(ctx context.Context, r projectrepo.Repo, _ string) (signal.Set, error) + func (ic *IssuesSource) IsSupported(r projectrepo.Repo) bool + type RepoSource struct + func (rc *RepoSource) EmptySet() signal.Set + func (rc *RepoSource) Get(ctx context.Context, r projectrepo.Repo, _ string) (signal.Set, error) + func (rc *RepoSource) IsSupported(p projectrepo.Repo) bool Other modules containing this package github.com/ossf/criticality_score/v2