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) FetchTargets ¶
func (c Client) FetchTargets() ([]*schema.CrawlTarget, error)
type Crawler ¶
type Crawler interface { Crawl() FetchTargets() ([]*schema.CrawlTarget, error) }
Click to show internal directories.
Click to hide internal directories.