Documentation
¶
Index ¶
- func ValueOf[T Constant[T]]() T
- type ByDirectURL
- type ByDomain
- type ByEmail
- type ByName
- type ByTicker
- type ByTransaction
- type Candidate
- type Constant
- type Crawl
- type Domain
- type Error
- type Exact
- type Extract
- type HTML
- type Isin
- type Markdown
- type Name
- type NotFound
- type Ok
- type Page
- type Perform
- type Scrape
- type Scroll
- type Semantic
- type Sitemap
- type StartURL
- type Ticker
- type Wait
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByDirectURL ¶ added in v2.1.0
type ByDirectURL string // Always "by_direct_url"
func (ByDirectURL) Default ¶ added in v2.1.0
func (c ByDirectURL) Default() ByDirectURL
func (ByDirectURL) MarshalJSON ¶ added in v2.1.0
func (c ByDirectURL) MarshalJSON() ([]byte, error)
type ByTransaction ¶
type ByTransaction string // Always "by_transaction"
func (ByTransaction) Default ¶
func (c ByTransaction) Default() ByTransaction
func (ByTransaction) MarshalJSON ¶
func (c ByTransaction) MarshalJSON() ([]byte, error)
type Candidate ¶ added in v2.9.0
type Candidate string // Always "candidate"
func (Candidate) MarshalJSON ¶ added in v2.9.0
type Crawl ¶ added in v2.9.0
type Crawl string // Always "crawl"
func (Crawl) MarshalJSON ¶ added in v2.9.0
type Domain ¶ added in v2.10.0
type Domain string // Always "domain"
func (Domain) MarshalJSON ¶ added in v2.10.0
type Error ¶ added in v2.6.0
type Error string // Always "error"
func (Error) MarshalJSON ¶ added in v2.6.0
type HTML ¶ added in v2.9.0
type HTML string // Always "html"
func (HTML) MarshalJSON ¶ added in v2.9.0
type Isin ¶ added in v2.10.0
type Isin string // Always "isin"
func (Isin) MarshalJSON ¶ added in v2.10.0
type Markdown ¶ added in v2.9.0
type Markdown string // Always "markdown"
func (Markdown) MarshalJSON ¶ added in v2.9.0
type Name ¶ added in v2.10.0
type Name string // Always "name"
func (Name) MarshalJSON ¶ added in v2.10.0
type NotFound ¶ added in v2.9.0
type NotFound string // Always "not_found"
func (NotFound) MarshalJSON ¶ added in v2.9.0
type Perform ¶ added in v2.5.0
type Perform string // Always "perform"
func (Perform) MarshalJSON ¶ added in v2.5.0
type Scrape ¶ added in v2.9.0
type Scrape string // Always "scrape"
func (Scrape) MarshalJSON ¶ added in v2.9.0
type Scroll ¶ added in v2.12.0
type Scroll string // Always "scroll"
func (Scroll) MarshalJSON ¶ added in v2.12.0
type StartURL ¶ added in v2.9.0
type StartURL string // Always "start_url"
func (StartURL) MarshalJSON ¶ added in v2.9.0
type Ticker ¶ added in v2.10.0
type Ticker string // Always "ticker"
func (Ticker) MarshalJSON ¶ added in v2.10.0
Click to show internal directories.
Click to hide internal directories.