source

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentFetcher

type ContentFetcher interface {
	Cleanup()
	Fetch(target *SearchTarget) error
	FetchUrl(url string) error
	Post(url string, data url.Values, log bool) error
}

type SearchTarget

type SearchTarget struct {
	Url    string
	Values url.Values
	Method string
}

func NewTarget

func NewTarget(url string) *SearchTarget

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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