Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartWorkerService ¶
func StartWorkerService(data *ServiceData) error
StartWorkerService starts the event queue listener service to listen for manager and work events
Types ¶
type DurationGetter ¶
DurationGetter type provider duration for transcription ID
type ModelTypeGetter ¶
ModelTypeGetter type provides requires preload model type for transcription ID
type SelectionStrategy ¶
type SelectionStrategy interface {
FindBest(wrks []*worker, tsks map[string]*task, wi int) (*task, error)
}
SelectionStrategy type returns task work worker
Click to show internal directories.
Click to hide internal directories.