Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParseResult ¶
type ParseResult struct { Requests []Request // interface{}是任何类型 Items []interface{} }
func NilParser ¶
func NilParser([]byte) ParseResult
type Request ¶
type Request struct { Url string ParserFunc func([]byte) ParseResult }
Click to show internal directories.
Click to hide internal directories.