Documentation ¶
Index ¶
Constants ¶
View Source
const ( RecursiveFilesystemExtractor ExtractorType = "RecursiveFilesystemExtractor" ArchiveFilesystemExtractor ExtractorType = "ArchiveFilesystemExtractor" MinIOUploader UploaderType = "MinIOUploader" CloudUploader UploaderType = "CloudUploader" )
Variables ¶
This section is empty.
Functions ¶
func GetScraper ¶ added in v1.10.34
func GetScraper(ctx context.Context, params envs.Params, extractorType ExtractorType, uploaderType UploaderType) (scraper.Scraper, error)
Types ¶
type ExtractorType ¶ added in v1.10.34
type ExtractorType string
type UploaderType ¶ added in v1.10.34
type UploaderType string
Click to show internal directories.
Click to hide internal directories.