Documentation ¶
Index ¶
- type Plugin8
- func (s *Plugin8) Collects() []any
- func (s *Plugin8) Init() error
- func (s *Plugin8) Name() string
- func (s *Plugin8) Serve() chan error
- func (s *Plugin8) SomeCollects(named endure.Named, b SomeInterface, p10 *plugin10.Plugin10) error
- func (s *Plugin8) SomeCollects2(named endure.Named, p10 *plugin10.Plugin10) error
- func (s *Plugin8) SomeCollects3(named endure.Named, p10 *plugin10.Plugin10, named2 endure.Named, ...) error
- func (s *Plugin8) Stop() error
- type SomeInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin8 ¶
type Plugin8 struct {
// contains filtered or unexported fields
}
func (*Plugin8) SomeCollects ¶
func (*Plugin8) SomeCollects2 ¶
func (*Plugin8) SomeCollects3 ¶
type SomeInterface ¶
type SomeInterface interface {
Boom()
}
Click to show internal directories.
Click to hide internal directories.