feat: add PushFile for ADBDriver

This commit is contained in:
lilong.129
2025-03-27 19:56:12 +08:00
parent 7876b747ba
commit 4722553537
6 changed files with 102 additions and 81 deletions
+1
View File
@@ -72,6 +72,7 @@ type IDriver interface {
ClearImages() error
// files related
PushFile(localPath string, remoteDir string) error
PullFiles(localDir string, remoteDirs ...string) error
ClearFiles(paths ...string) error