Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginMiddleware ¶
type PluginMiddleware struct {
// contains filtered or unexported fields
}
func (*PluginMiddleware) Init ¶
func (p *PluginMiddleware) Init(cfg config.Configurer) error
func (*PluginMiddleware) Middleware ¶
func (p *PluginMiddleware) Middleware(next http.Handler) http.HandlerFunc
func (*PluginMiddleware) Name ¶
func (p *PluginMiddleware) Name() string
type PluginMiddleware2 ¶
type PluginMiddleware2 struct {
// contains filtered or unexported fields
}
func (*PluginMiddleware2) Init ¶
func (p *PluginMiddleware2) Init(cfg config.Configurer) error
func (*PluginMiddleware2) Middleware ¶
func (p *PluginMiddleware2) Middleware(next http.Handler) http.HandlerFunc
func (*PluginMiddleware2) Name ¶
func (p *PluginMiddleware2) Name() string
Click to show internal directories.
Click to hide internal directories.