crawler

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	cloud.BaseClient
	// contains filtered or unexported fields
}

func NewCrawlerClient

func NewCrawlerClient() *Client

func (Client) Crawl

func (c Client) Crawl()

func (Client) FetchTargets

func (c Client) FetchTargets() ([]*schema.CrawlTarget, error)

type Crawler

type Crawler interface {
	Crawl()
	FetchTargets() ([]*schema.CrawlTarget, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL