Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(authenticator authenticator.Interface, authorizer authorizer.Interface, requestRecoder requestRecoder.Interface, audit audit.Interface) *Middleware
func (*Middleware) Handle ¶
func (m *Middleware) Handle(endpoint internalApi.Endpoint, handle http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.