mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 10:49:43 +08:00
10 lines
157 B
Go
10 lines
157 B
Go
package uixt
|
|
|
|
type VideoCrawlerConfigs struct {
|
|
Target struct{}
|
|
}
|
|
|
|
func (dExt *DriverExt) VideoCrawler(params map[string]interface{}) error {
|
|
return nil
|
|
}
|