Versions in this module Expand all Collapse all v0 v0.0.5 Apr 10, 2026 Changes in this version + var ErrReposNotFoundInContext = errors.New("repos map not found in context") + func RemoveExcludes(ctx context.Context, repoMap map[string][]*Repository) (map[string][]*Repository, error) + func RepoMap(ctx context.Context) (map[string][]*Repository, error) + func Verbose(ctx context.Context) bool + func WithExcludes(ctx context.Context, repos []*Repository) context.Context + func WithRepos(ctx context.Context, repos []*github.Repository) context.Context + func WithVerbose(ctx context.Context, verbose bool) context.Context + type Repository struct + Name string + URL string + func Excludes(ctx context.Context) ([]*Repository, error)