Documentation
¶
Index ¶
- Variables
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var Extra extras
Functions ¶
func All_url_ALLjson ¶
func All_url_ALLjson(urls <-chan string, allresult chan<- all_result)
func All_url_one_Json ¶
func FindFileAllJson ¶
搜索所有的json格式文件
func GetAllJson ¶
func GetTitleRequest ¶
func GetUrlFile ¶
func GetUrlTitle ¶
func GetUrlTitle()
func GetUrlTitle_handle ¶
func GetUrlTitle_handle(urls <-chan string, Get_title_res chan<- Gettitle_result)
func LoadExpJson ¶
func LoadExpJson(filepath string)
func LoadExpJsonAll ¶
func LoadOneExpJson ¶
func PrintFindResult ¶
func PrintFindResult(Result []string)
Types ¶
type Gettitle_result ¶
type Gettitle_result struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.