Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Product ¶
type Product struct { Title string Price string ShortDescription string Sku string Categories []string Tags []string }
func (Product) CsvHeaders ¶
type ProductCollectJob ¶
type ProductCollectJob struct {
scrapemate.Job
}
func (*ProductCollectJob) Process ¶
func (o *ProductCollectJob) Process(ctx context.Context, resp scrapemate.Response) (any, []scrapemate.IJob, error)
type ProductJob ¶
type ProductJob struct {
scrapemate.Job
}
func (*ProductJob) Process ¶
func (o *ProductJob) Process(ctx context.Context, resp scrapemate.Response) (any, []scrapemate.IJob, error)
Click to show internal directories.
Click to hide internal directories.