package
4.1.0-0.1.42+incompatible
Repository: https://github.com/openshift/service-catalog.git
Documentation: pkg.go.dev
# Functions
NewErrorWithHTTPStatus creates a new ErrorWithHTTPStatus with the given error message and HTTP status code.
Run creates the HTTP handler based on an implementation of a controller.Controller interface, and begins to listen on the specified address.
RunTLS creates the HTTPS handler based on an implementation of a controller.Controller interface, and begins to listen on the specified address.
# Structs
ErrorWithHTTPStatus is an error that also defines the HTTP status code that should be returned to the client making the request.