Documentation
¶
Index ¶
- type Plugin
- func (p *Plugin) Backend() interface{}
- func (p *Plugin) CheckPermissionsMW(ctx *httpserve.Context)
- func (p *Plugin) Export(ctx *httpserve.Context)
- func (p *Plugin) Get(ctx *httpserve.Context)
- func (p *Plugin) GetNext(ctx *httpserve.Context)
- func (p *Plugin) GetNextList(ctx *httpserve.Context)
- func (p *Plugin) Load(env vroomy.Environment) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
vroomy.BasePlugin
// Backend
Source kiroku.Source `vroomy:"mojura-source"`
APIKeys *apikeys.APIKeys `vroomy:"apikeys"`
Resources *resources.Resources `vroomy:"resources"`
// contains filtered or unexported fields
}
func (*Plugin) Backend ¶
func (p *Plugin) Backend() interface{}
Backend exposes this plugin's data layer to other plugins
func (*Plugin) CheckPermissionsMW ¶
func (*Plugin) GetNextList ¶ added in v0.5.2
GetNextList will get a list of next files
Click to show internal directories.
Click to hide internal directories.