Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuth ¶
type BasicAuth struct {
// contains filtered or unexported fields
}
func BasicAuthNew ¶
func BasicAuthNew(cfg BasicAuthCfg) *BasicAuth
func BasicAuthNewFromYaml ¶
func (*BasicAuth) Register ¶
func (ctx *BasicAuth) Register(handler http.HandlerFunc) http.HandlerFunc
type BasicAuthCfg ¶
type InterfaceWrapper ¶
type InterfaceWrapper struct { Middleware iMiddleware Config Config }
func (*InterfaceWrapper) UnmarshalYAML ¶
func (ctx *InterfaceWrapper) UnmarshalYAML(value *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.