Documentation ¶ Index ¶ type FooWriter type Plugin2 func (s *Plugin2) Fooo() func (s *Plugin2) Init() error func (s *Plugin2) ProvideInterface() (FooWriter, error) func (s *Plugin2) Provides() []any func (s *Plugin2) Serve() chan error func (s *Plugin2) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FooWriter ¶ type FooWriter interface { Fooo() // just stupid name } type Plugin2 ¶ type Plugin2 struct { } func (*Plugin2) Fooo ¶ func (s *Plugin2) Fooo() func (*Plugin2) Init ¶ func (s *Plugin2) Init() error No deps func (*Plugin2) ProvideInterface ¶ func (s *Plugin2) ProvideInterface() (FooWriter, error) func (*Plugin2) Provides ¶ func (s *Plugin2) Provides() []any func (*Plugin2) Serve ¶ func (s *Plugin2) Serve() chan error func (*Plugin2) Stop ¶ func (s *Plugin2) Stop() error Source Files ¶ View all Source files plugin2.go Click to show internal directories. Click to hide internal directories.