Versions in this module Expand all Collapse all v0 v0.1.0 Jan 21, 2019 Changes in this version + type Context interface + Docker func() *dockerclient.Client + On func(event string, handler HandlerFunc) + type HandlerFunc func(id uint64, payload []byte, created time.Time) error + type Plugin struct + Description string + Name string + Run RunFunc + Version string + func (p *Plugin) Execute() error + type RunFunc func(ctx Context) error