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

@@ -288,6 +288,11 @@ func (hd *HDCDriver) PushImage(localPath string) error {
return nil
}
func (hd *HDCDriver) PullImages(localDir string) error {
log.Warn().Msg("PullImages not implemented in HDCDriver")
return nil
}
func (hd *HDCDriver) ClearImages() error {
log.Warn().Msg("ClearImages not implemented in HDCDriver")
return nil