Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synthesizer ¶
type Synthesizer interface { Limiter provider.Synthesizer }
func NewSynthesizer ¶
func NewSynthesizer(l *rate.Limiter, p provider.Synthesizer) Synthesizer
type Transcriber ¶
type Transcriber interface { Limiter provider.Transcriber }
func NewTranscriber ¶
func NewTranscriber(l *rate.Limiter, p provider.Transcriber) Transcriber
type Translator ¶
type Translator interface { Limiter translator.Provider }
func NewTranslator ¶
func NewTranslator(l *rate.Limiter, p translator.Provider) Translator
Click to show internal directories.
Click to hide internal directories.