Documentation
¶
Index ¶
- type Manager
- func (m *Manager) AddProcessorTask(ctx context.Context, userID int64, data string) error
- func (m *Manager) AddVoiceTask(ctx context.Context, userID int64, fileID string) error
- func (m *Manager) Name() string
- func (m *Manager) Start(ctx context.Context) error
- func (m *Manager) Stop(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) AddProcessorTask ¶
AddProcessorTask adds a new processor task to the task manager
func (*Manager) AddVoiceTask ¶
AddVoiceTask adds a new voice transcription task to the task manager
Click to show internal directories.
Click to hide internal directories.