Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetcherClient ¶
type FetcherClient struct {
// contains filtered or unexported fields
}
FetcherClient ...
func NewFetcherClient ¶
func NewFetcherClient(fetcher transcript.Fetcher) FetcherClient
NewFetcherClient ...
func (FetcherClient) Fetch ¶
func (t FetcherClient) Fetch(id, language string) (string, error)
Fetch ...
func (FetcherClient) Save ¶
func (t FetcherClient) Save(id, language, filename string) error
Save ...
Click to show internal directories.
Click to hide internal directories.