package
1.0.8
Repository: https://github.com/ossf/criticality_score.git
Documentation: pkg.go.dev

# Variables

ErrNoFactoryFound is returned when there is no factory that can be used for a given URL.
ErrNoRepoFound is returned when a factory cannot create a Repo for a given URL.

# Structs

Resolver is used to resolve a Repo url against a set of Factory instances registered with the resolver.

# Interfaces

Factory is used to obtain new instances of Repo.
Repo is the core interface representing a project's source repository.