Versions in this module Expand all Collapse all v0 v0.0.6 Sep 17, 2021 Changes in this version + func AddCrawlerNode(crawlerUrl string, crawlerType types.CrawlType, rule *types.CrawlerConf_Rule, ...) error + func AddNodeWithUrl(nodeUrl string) (bool, error) + func AddNodeWithUrlDetail(ru string, crawlerId uint64, checkInterval uint32, useType types.UseType) (bool, error) + func GetNode4Tohru(limit int) (string, error) + func GetUsableNodeList(quantity int, mustUsable bool, useType types.UseType) (types.ProxyNodeList, error) + func UpdateNode(node *types.ProxyNode) (bool, error)