Skip to content

Commit

Permalink
fix: add DeviceType to DeviceInt interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Jun 8, 2024
1 parent c96bb7b commit 1898b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frida/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type DeviceInt interface {
ID() string
Name() string
DeviceIcon() any
DeviceType() DeviceType
Bus() *Bus
Manager() *DeviceManager
IsLost() bool
Expand Down

0 comments on commit 1898b7c

Please sign in to comment.