Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterFetcher ¶
Types ¶
type Fetcher ¶
type Fetcher interface {
DownloadDocument(ctx context.Context, source *subscription.ImportSource, opts ...FetcherOptions) ([]byte, error)
}
func GetFetcher ¶
type FetcherOptions ¶
type FetcherOptions interface{}
Click to show internal directories.
Click to hide internal directories.