Documentation ¶
Index ¶
- func AwsXray(next http.Handler) http.Handler
- func GetPassword(r *http.Request) string
- func GetUsernameHash(r *http.Request) string
- func Headers(next http.Handler) http.Handler
- func RecordRequest(next http.Handler) http.Handler
- func Sentry(next http.Handler) http.Handler
- type AuthAPI
- type AuthMiddleware
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPassword ¶
func GetUsernameHash ¶
Types ¶
type AuthMiddleware ¶
type AuthMiddleware struct {
// contains filtered or unexported fields
}
func NewAuthMiddleware ¶
func NewAuthMiddleware(api AuthAPI) *AuthMiddleware
func (*AuthMiddleware) Authentication ¶
func (a *AuthMiddleware) Authentication(next http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.