Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskAddTask ¶
type TaskAddTask struct { }
func (*TaskAddTask) IsAllWorker ¶
func (t *TaskAddTask) IsAllWorker() bool
func (*TaskAddTask) IsSingleton ¶
func (t *TaskAddTask) IsSingleton() bool
type TaskStartFunc ¶
type TaskStartFunc struct { }
func (*TaskStartFunc) IsAllWorker ¶
func (t *TaskStartFunc) IsAllWorker() bool
func (*TaskStartFunc) IsSingleton ¶
func (t *TaskStartFunc) IsSingleton() bool
type TaskStopFunc ¶
type TaskStopFunc struct { }
func (*TaskStopFunc) IsAllWorker ¶
func (t *TaskStopFunc) IsAllWorker() bool
func (*TaskStopFunc) IsSingleton ¶
func (t *TaskStopFunc) IsSingleton() bool
Click to show internal directories.
Click to hide internal directories.