Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuth ¶
type BasicAuth struct {
Validator ValidateUsernameAndPassword
}
type Factory ¶
type Factory struct { Debug bool // contains filtered or unexported fields }
func (*Factory) Add ¶
func (m *Factory) Add(middlware Middleware)
func (*Factory) Register ¶
func (m *Factory) Register(middlewares []Middleware)
type Middleware ¶
Click to show internal directories.
Click to hide internal directories.