Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GQDocument ¶
func MakeURLStringSlug ¶
func TrimURLScheme ¶
Types ¶
type DynamicFetcher ¶
type DynamicFetcher struct { UserAgent string WaitMilliseconds int // contains filtered or unexported fields }
The DynamicFetcher renders js
func NewDynamicFetcher ¶
func NewDynamicFetcher(ua string, ms int) *DynamicFetcher
func (*DynamicFetcher) Cancel ¶
func (d *DynamicFetcher) Cancel()
type FetchOpts ¶
type FetchOpts struct {
Interaction []*types.Interaction
}
type StaticFetcher ¶
type StaticFetcher struct {
UserAgent string
}
The StaticFetcher fetches static page content
Click to show internal directories.
Click to hide internal directories.