Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RedirectingAPIHandler ¶
Types ¶
type APIAuthWrappa ¶
type APIAuthWrappa struct { AuthValidator auth.Validator TokenValidator auth.Validator UserContextReader auth.UserContextReader }
func NewAPIAuthWrappa ¶
func NewAPIAuthWrappa( authValidator auth.Validator, tokenValidator auth.Validator, userContextReader auth.UserContextReader, ) *APIAuthWrappa
type APIMetricsWrappa ¶
type APIMetricsWrappa struct {
// contains filtered or unexported fields
}
type APITLSRedirectWrappa ¶
type APITLSRedirectWrappa struct {
// contains filtered or unexported fields
}
func NewAPITLSRedirectWrappa ¶
func NewAPITLSRedirectWrappa( host string, ) *APITLSRedirectWrappa
type ConcourseVersionWrappa ¶
type ConcourseVersionWrappa struct {
// contains filtered or unexported fields
}
type MultiWrappa ¶
type MultiWrappa []Wrappa
type VersionedHandler ¶
func (VersionedHandler) ServeHTTP ¶
func (handler VersionedHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type WebMetricsWrappa ¶
type WebMetricsWrappa struct {
// contains filtered or unexported fields
}
type Wrappa ¶
func NewAPIMetricsWrappa ¶
func NewWebMetricsWrappa ¶
Click to show internal directories.
Click to hide internal directories.