Documentation ¶ Index ¶ type DB type S4 func (s *S4) AddService(svc *plugin5.S5) error func (s *S4) Collects() []any func (s *S4) CreateAnotherDB() (*DB, error) func (s *S4) Init(foo5 *plugin5.S5, fooWriter plugin6.FooWriter) error func (s *S4) Provides() []any func (s *S4) Serve() chan error func (s *S4) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DB ¶ type DB struct { Name string } type S4 ¶ type S4 struct { // contains filtered or unexported fields } func (*S4) AddService ¶ func (s *S4) AddService(svc *plugin5.S5) error func (*S4) Collects ¶ func (s *S4) Collects() []any func (*S4) CreateAnotherDB ¶ func (s *S4) CreateAnotherDB() (*DB, error) this is the same type but different packages func (*S4) Init ¶ func (s *S4) Init(foo5 *plugin5.S5, fooWriter plugin6.FooWriter) error No deps func (*S4) Provides ¶ func (s *S4) Provides() []any But provide some func (*S4) Serve ¶ func (s *S4) Serve() chan error func (*S4) Stop ¶ func (s *S4) Stop() error Source Files ¶ View all Source files plugin4.go Click to show internal directories. Click to hide internal directories.