mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 12:59:39 +08:00
refactor: move install options to pkg/uixt/options/install
This commit is contained in:
@@ -359,7 +359,7 @@ type IDevice interface {
|
||||
// TODO: add ctx to NewDriver
|
||||
NewDriver(...options.DriverOption) (driverExt *DriverExt, err error)
|
||||
|
||||
Install(appPath string, opts ...InstallOption) error
|
||||
Install(appPath string, opts ...options.InstallOption) error
|
||||
Uninstall(packageName string) error
|
||||
|
||||
GetPackageInfo(packageName string) (AppInfo, error)
|
||||
|
||||
Reference in New Issue
Block a user