Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestWorker ¶
func (*TestWorker) IsActive ¶
func (worker *TestWorker) IsActive() bool
func (*TestWorker) OnEvent ¶
func (worker *TestWorker) OnEvent(event *models.Event)
func (*TestWorker) SetUp ¶
func (worker *TestWorker) SetUp()
func (*TestWorker) Shutdown ¶
func (worker *TestWorker) Shutdown()
type TestWorkerFactory ¶
type TestWorkerFactory struct {
Worker TestWorker
}
func (*TestWorkerFactory) Generate ¶
func (factory *TestWorkerFactory) Generate() []worker.EventPoolWorker
Click to show internal directories.
Click to hide internal directories.