Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
func NewProvider(db *sql.DB, opts ...ProviderOption) scrapemate.JobProvider
func NewResultWriter ¶
func NewResultWriter(db *sql.DB) scrapemate.ResultWriter
Types ¶
type ProviderOption ¶ added in v1.7.7
type ProviderOption func(*provider)
ProviderOption allows configuring the provider
func WithBatchSize ¶ added in v1.7.7
func WithBatchSize(size int) ProviderOption
WithBatchSize sets custom batch size
Click to show internal directories.
Click to hide internal directories.