mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
refactor: device Install interface
This commit is contained in:
@@ -171,7 +171,7 @@ func (dev *HarmonyDevice) StopPcap() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (dev *HarmonyDevice) Install(appPath string, opts *InstallOptions) error {
|
||||
func (dev *HarmonyDevice) Install(appPath string, options ...InstallOption) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user