# Packages
No description provided by the author
# Functions
NewScorecardClient returns a new client that generates scores itself for repositories.
# Constants
ScorecardClientName is the name of the scorecard client.
# Variables
ErrInvalidRepository is returned when an invalid repository is provided as input.
ErrNotFound is returned by the client when it can't find a score for the repository.
ErrUnexpectedResponse is returned when a scorecard client gets an unexpected response from its upstream source.
# Structs
ScorecardClient generates scorecard scores for repositories.
# Interfaces
Client fetches scorecard results for repositories.