package
3.2.1
Repository: https://github.com/ossf/scorecard.git
Documentation: pkg.go.dev

# Packages

Package roundtripper has implementations of http.RoundTripper useful to clients.RepoClient.
No description provided by the author

# Functions

CreateGithubRepoClient returns a Client which implements RepoClient interface.
CreateOssFuzzRepoClient returns a RepoClient implementation intialized to `google/oss-fuzz` GitHub repository.
MakeGithubRepo takes input of form "owner/repo" or "github.com/owner/repo" and returns an implementation of clients.Repo interface.
NewLogger creates an instance of *zap.Logger.

# Structs

Client is GitHub-specific implementation of RepoClient.