Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface {
Fetch(config types.RPCFetchConfig) ([]ResultConvert, error)
}
Converter is the interface for retrieving the contents of a URL.
func NewConverter ¶
func NewConverter(selector jsonselector.Selector) Converter
NewConverter creates a new Converter.
Click to show internal directories.
Click to hide internal directories.