mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 14:32:31 +08:00
feat: 支持设备探活
This commit is contained in:
@@ -12,6 +12,8 @@ type IDevice interface {
|
||||
UUID() string
|
||||
NewDriver() (driver IDriver, err error)
|
||||
|
||||
IsHealthy() (bool, error)
|
||||
|
||||
Setup() error
|
||||
Teardown() error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user