Versions in this module Expand all Collapse all v0 v0.0.2 Jan 28, 2019 v0.0.1 Jan 18, 2019 Changes in this version + type Job interface + AutoDetectionRetry func() int + Check func() bool + FullName func() string + Init func() bool + ModuleName func() string + Name func() string + Panicked func() bool + PostCheck func() bool + Start func() + Stop func() + Tick func(clock int) + type Plugin struct + ConfigPath multipath.MultiPath + Option *cli.Option + Out io.Writer + func New() *Plugin + func (p *Plugin) RemoveFromQueue(fullName string) + func (p *Plugin) Serve() + func (p *Plugin) Setup() bool