Documentation ¶ Index ¶ type S1Err func (s *S1Err) Init(s2 *S2Err) error func (s *S1Err) Serve() chan error func (s *S1Err) Stop() error type S2Err func (s2 *S2Err) Init() error func (s2 *S2Err) Serve() chan error func (s2 *S2Err) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type S1Err ¶ type S1Err struct { } func (*S1Err) Init ¶ func (s *S1Err) Init(s2 *S2Err) error No deps func (*S1Err) Serve ¶ func (s *S1Err) Serve() chan error func (*S1Err) Stop ¶ func (s *S1Err) Stop() error type S2Err ¶ type S2Err struct { } func (*S2Err) Init ¶ func (s2 *S2Err) Init() error func (*S2Err) Serve ¶ func (s2 *S2Err) Serve() chan error func (*S2Err) Stop ¶ func (s2 *S2Err) Stop() error Source Files ¶ View all Source files foo1_init_err.go foo2_init_err.go Click to show internal directories. Click to hide internal directories.