refactor: rename ActionMethod

This commit is contained in:
lilong.129
2023-04-25 14:39:29 +08:00
parent 7a255e6ef5
commit 556050367e
3 changed files with 51 additions and 49 deletions
+4
View File
@@ -1,5 +1,9 @@
package uixt
type VideoCrawlerConfigs struct {
Target struct{}
}
func (dExt *DriverExt) VideoCrawler(params map[string]interface{}) error {
return nil
}