Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePlugin ¶
type BasePlugin struct {
Name string
}
type Plugin ¶
type Plugin interface { Execute(req *Request, context *Context) Config() PluginConfig }
type PluginConfig ¶
type PluginConfig interface { Validate() error ProcessDefault() }
Click to show internal directories.
Click to hide internal directories.