Documentation ¶ Index ¶ type Plugin2 func (p *Plugin2) Init(_ plugin3.Fooer, _ *plugin3.Plugin3) error func (p *Plugin2) Serve() chan error func (p *Plugin2) Stop(context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin2 ¶ type Plugin2 struct{} func (*Plugin2) Init ¶ func (p *Plugin2) Init(_ plugin3.Fooer, _ *plugin3.Plugin3) error func (*Plugin2) Serve ¶ func (p *Plugin2) Serve() chan error func (*Plugin2) Stop ¶ func (p *Plugin2) Stop(context.Context) error Source Files ¶ View all Source files plugin2.go Click to show internal directories. Click to hide internal directories.