go colly 爬虫博客到wordpress
https://www.aispider.cc
7 рядки
114 B
7 рядки
114 B
4 роки тому
|
package wordpress
|
||
|
|
||
|
type BaseCall interface {
|
||
|
GetMethord() string
|
||
|
GetArgs(user string, pwd string) interface{}
|
||
|
}
|