Versions in this module Expand all Collapse all v1 v1.0.8 Feb 23, 2023 Changes in this version + const IssueLookback + const IssueStateAll + const IssueStateClosed + const IssueStateOpen + const MaxContributorLimit + const MaxIssuesLimit + const MaxTopContributors + const SinceDuration + const TooManyCommentsFrequency + const TooManyContributorsOrgCount + var ErrorTooManyResults = errors.New("too many results") + func FetchCreatedTime(ctx context.Context, c *githubapi.Client, owner, name string, ...) (time.Time, error) + func FetchIssueCommentCount(ctx context.Context, c *githubapi.Client, owner, name string, ...) (int, error) + func FetchIssueCount(ctx context.Context, c *githubapi.Client, owner, name string, state IssueState, ...) (int, error) + func FetchOrgCount(ctx context.Context, c *githubapi.Client, owner, name string) (int, error) + func FetchReleaseCount(ctx context.Context, c *githubapi.Client, owner, name string, ...) (int, error) + func FetchTotalContributors(ctx context.Context, c *githubapi.Client, owner, name string) (int, error) + func Round(v float64, p int) float64 + func TimeDelta(a, b time.Time, u time.Duration) int + type IssueState string Other modules containing this package github.com/ossf/criticality_score/v2