package
1.0.11
Repository: https://github.com/ossf/scorecard-webapp.git
Documentation: pkg.go.dev

# Functions

NewGetBadge creates a new http.Handler for the get badge operation.
NewGetBadgeDefault creates GetBadgeDefault with default headers values.
NewGetBadgeFound creates GetBadgeFound with default headers values.
NewGetBadgeParams creates a new GetBadgeParams object with the default values initialized.

# Constants

GetBadgeFoundCode is the HTTP code returned for type GetBadgeFound.

# Structs

GetBadge swagger:route GET /projects/{platform}/{org}/{repo}/badge badge getBadge Get a repository's Scorecard badge */.
GetBadgeDefault There was an internal error in the server while processing the request swagger:response getBadgeDefault */.
GetBadgeFound Scorecard badge for the repository swagger:response getBadgeFound */.
GetBadgeParams contains all the bound params for the get badge operation typically these are obtained from a http.Request swagger:parameters getBadge.
GetBadgeURL generates an URL for the get badge operation.

# Interfaces

GetBadgeHandler interface for that can handle valid get badge params.

# Type aliases

GetBadgeHandlerFunc turns a function with the right signature into a get badge handler.