responseParserFunc is a function that parses the document returning new navigation items or requests for the crawler.
func(resp *navigation.Response) []*navigation.Request
| 18 | // responseParserFunc is a function that parses the document returning |
| 19 | // new navigation items or requests for the crawler. |
| 20 | type ResponseParserFunc func(resp *navigation.Response) []*navigation.Request |
| 21 | |
| 22 | type Parser []responseParser |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected