Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadPage ¶
type DownloadPage struct { fn.Function[DownloadPage, DownloadPageInput, DownloadPageOutput] }
func (DownloadPage) Call ¶
func (f DownloadPage) Call(ctx *fn.Context, input DownloadPageInput) (output DownloadPageOutput, err error)
type DownloadPageInput ¶
type DownloadPageOutput ¶
type ExtractImages ¶
type ExtractImages struct { fn.Function[ExtractImages, ExtractImagesInput, ExtractImagesOutput] }
func (ExtractImages) Call ¶
func (f ExtractImages) Call(ctx *fn.Context, input ExtractImagesInput) (output ExtractImagesOutput, err error)
type ExtractImagesInput ¶
type ExtractImagesOutput ¶
type ParsePage ¶
type ParsePage struct { fn.Function[ParsePage, ParsePageInput, ParsePageOutput] }
func (ParsePage) Call ¶
func (f ParsePage) Call(ctx *fn.Context, input ParsePageInput) (output ParsePageOutput, err error)
type ParsePageInput ¶
type Scrape ¶
type Scrape struct { fn.Function[Scrape, ScrapeInput, ScrapeOutput] }
func (Scrape) Call ¶
func (f Scrape) Call(ctx *fn.Context, input ScrapeInput) (output ScrapeOutput, err error)
type ScrapeInput ¶
Click to show internal directories.
Click to hide internal directories.