Documentation
¶
Index ¶
Constants ¶
View Source
const ( LeaseShellCodeStdout = 100 LeaseShellCodeStderr = 101 LeaseShellCodeResult = 102 LeaseShellCodeFailure = 103 LeaseShellCodeStdin = 104 LeaseShellCodeTerminalResize = 105 )
Variables ¶
This section is empty.
Functions ¶
func AuthHeaderTokenExtractor ¶ added in v0.7.0
AuthHeaderTokenExtractor is a TokenExtractor that takes a request and extracts the token from the Authorization header.
func DefaultErrorHandler ¶ added in v0.7.0
func DefaultErrorHandler(w http.ResponseWriter, _ *http.Request, err error)
Types ¶
type CtxAuthKey ¶
type CtxAuthKey string
Click to show internal directories.
Click to hide internal directories.