package
2.2.8
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.
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.