Documentation ¶
Index ¶
- type Job
- func (j *Job) GetListenerJob(listenerUUID string) (*ListenerJob, error)
- func (j *Job) NewListenerJob(listenerUUID string) *ListenerJob
- func (j *Job) RemoveListenerJob(listenerUUID string) error
- func (j *Job) WaitListenerStart(database *db.Database, lis *listener.Listener, lisJob *ListenerJob) error
- func (j *Job) WaitListenerStop(database *db.Database, lis *listener.Listener) error
- type ListenerJob
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { ChServerStarted chan bool ChQuit chan os.Signal ListenerJobs []*ListenerJob }
func (*Job) GetListenerJob ¶
func (j *Job) GetListenerJob(listenerUUID string) (*ListenerJob, error)
func (*Job) NewListenerJob ¶
func (j *Job) NewListenerJob(listenerUUID string) *ListenerJob
func (*Job) RemoveListenerJob ¶
func (*Job) WaitListenerStart ¶
Click to show internal directories.
Click to hide internal directories.