feat: add PullImages for ADBDriver

This commit is contained in:
lilong.129
2025-03-26 19:06:51 +08:00
parent 7d5fdfe490
commit d2f92923ee
7 changed files with 88 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ type IDriver interface {
// image related
PushImage(localPath string) error
PullImages(localDir string) error
ClearImages() error
// triggers the log capture and returns the log entries