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