Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIAuthWrappa ¶
type APIAuthWrappa struct {
// contains filtered or unexported fields
}
func NewAPIAuthWrappa ¶
func NewAPIAuthWrappa( authValidator auth.Validator, getTokenValidator auth.Validator, userContextReader auth.UserContextReader, checkPipelineAccessHandlerFactory auth.CheckPipelineAccessHandlerFactory, checkBuildReadAccessHandlerFactory auth.CheckBuildReadAccessHandlerFactory, checkBuildWriteAccessHandlerFactory auth.CheckBuildWriteAccessHandlerFactory, checkWorkerTeamAccessHandlerFactory auth.CheckWorkerTeamAccessHandlerFactory, ) *APIAuthWrappa
type APIMetricsWrappa ¶
type APIMetricsWrappa struct {
// contains filtered or unexported fields
}
type ConcourseVersionWrappa ¶
type ConcourseVersionWrappa struct {
// contains filtered or unexported fields
}
type LoggerHandler ¶
func (LoggerHandler) ServeHTTP ¶
func (handler LoggerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MultiWrappa ¶
type MultiWrappa []Wrappa
type SecurityHandler ¶
func (SecurityHandler) ServeHTTP ¶
func (handler SecurityHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type VersionedHandler ¶
func (VersionedHandler) ServeHTTP ¶
func (handler VersionedHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.