Files
httprunner/hrp/pkg/uixt/video_crawler.go
2023-04-25 14:39:29 +08:00

10 lines
157 B
Go

package uixt
type VideoCrawlerConfigs struct {
Target struct{}
}
func (dExt *DriverExt) VideoCrawler(params map[string]interface{}) error {
return nil
}