Documentation ¶ Index ¶ type Plugin2 func (p2 *Plugin2) Bar() string func (p2 *Plugin2) Collects() []any func (p2 *Plugin2) GetP1(p1 p1.Foo) func (p2 *Plugin2) Init() error func (p2 *Plugin2) Serve() chan error func (p2 *Plugin2) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin2 ¶ type Plugin2 struct { } func (*Plugin2) Bar ¶ func (p2 *Plugin2) Bar() string func (*Plugin2) Collects ¶ func (p2 *Plugin2) Collects() []any func (*Plugin2) GetP1 ¶ func (p2 *Plugin2) GetP1(p1 p1.Foo) func (*Plugin2) Init ¶ func (p2 *Plugin2) Init() error func (*Plugin2) Serve ¶ func (p2 *Plugin2) Serve() chan error func (*Plugin2) Stop ¶ func (p2 *Plugin2) Stop() error Source Files ¶ View all Source files plugin2.go Click to show internal directories. Click to hide internal directories.