feat: 支持设备探活

This commit is contained in:
余泓铮
2025-07-17 11:55:05 +08:00
parent ed5fba5540
commit 76d60cb7d0
4 changed files with 26 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ type IDevice interface {
UUID() string
NewDriver() (driver IDriver, err error)
IsHealthy() (bool, error)
Setup() error
Teardown() error