Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 Changes in this version + var Extra extras + func All_url_ALLjson(urls <-chan string, allresult chan<- all_result) + func All_url_one_Json(oneExpjson Configs.ExpJson, urls <-chan string, result chan<- results, ...) + func Choose(urllist []string) + func Client(method string, url string, body io.Reader, Headers map[string]string, ...) (resp *http.Response) + func FechRegex(Regepx string, body string) [][]string + func FindFile(path, keyworld string) + func FindFileAllJson(pathname string, FindResltAllJson []string) ([]string, error) + func GetAllJson() []Configs.ExpJson + func GetTitleRequest(url string, timeout time.Duration) (resp *http.Response, str string) + func GetUrlFile(filename string) (urllist []string) + func GetUrlTitle() + func GetUrlTitle_handle(urls <-chan string, Get_title_res chan<- Gettitle_result) + func Get_Time() string + func JudgeMent_OneUrl_OneJson(url string, oneExpjson Configs.ExpJson) bool + func LoadExpJson(filepath string) + func LoadExpJsonAll(filepath string) []byte + func LoadOneExpJson(filepath string, oneExpjson *Configs.ExpJson) + func PrintFindResult(Result []string) + func UClient(method, url string, filestruct Configs.FileNameStruct, body io.Reader, ...) (resp *http.Response) + type Gettitle_result struct