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