Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S1ServeErr ¶
type S1ServeErr struct { }
func (*S1ServeErr) AddService ¶
func (s *S1ServeErr) AddService(svc *S4ServeError) error
func (*S1ServeErr) Serve ¶
func (s *S1ServeErr) Serve() chan error
func (*S1ServeErr) Stop ¶
func (s *S1ServeErr) Stop() error
type S3ServeError ¶
type S3ServeError struct { }
func (*S3ServeError) Collects ¶
func (s3 *S3ServeError) Collects() []any
func (*S3ServeError) Serve ¶
func (s3 *S3ServeError) Serve() chan error
func (*S3ServeError) SomeOtherDep ¶
func (s3 *S3ServeError) SomeOtherDep(svc *S4ServeError, svc2 *S2) error
func (*S3ServeError) Stop ¶
func (s3 *S3ServeError) Stop() error
type S4ServeError ¶
type S4ServeError struct { }
func (*S4ServeError) CreateAnotherDB ¶
func (s *S4ServeError) CreateAnotherDB() (*FOO4DB, error)
this is the same type but different packages
func (*S4ServeError) Serve ¶
func (s *S4ServeError) Serve() chan error
func (*S4ServeError) Stop ¶
func (s *S4ServeError) Stop() error
Click to show internal directories.
Click to hide internal directories.