Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResultData ¶
type WorkerHandle ¶
type WorkerHandle struct {
// contains filtered or unexported fields
}
func NewWorkerHandle ¶
func NewWorkerHandle(db *database.DB, wConf *WorkerHandleConfig, shutdown context.CancelCauseFunc) (*WorkerHandle, error)
func (*WorkerHandle) Close ¶
func (sh *WorkerHandle) Close() error
func (*WorkerHandle) Start ¶
func (sh *WorkerHandle) Start() error
Click to show internal directories.
Click to hide internal directories.