Harden initial framework skeleton
This commit is contained in:
@@ -3,6 +3,8 @@ package whisperx
|
||||
|
||||
import "context"
|
||||
|
||||
// TODO: implement a real WhisperX HTTP client adapter.
|
||||
|
||||
// Client is the adapter boundary for WhisperX transcription jobs.
|
||||
type Client interface {
|
||||
Transcribe(ctx context.Context, req TranscribeRequest) (TranscribeResult, error)
|
||||
|
||||
Reference in New Issue
Block a user