mirror of
https://github.com/anotherhadi/usbguard-tui.git
synced 2026-05-11 22:02:34 +02:00
@@ -16,10 +16,11 @@ const (
|
||||
)
|
||||
|
||||
type Device struct {
|
||||
ID int
|
||||
Name string
|
||||
Status Status
|
||||
VidPid string
|
||||
ID int
|
||||
Name string
|
||||
Status Status
|
||||
VidPid string
|
||||
Permanent bool
|
||||
}
|
||||
|
||||
func (d Device) Title() string { return d.Name }
|
||||
|
||||
Reference in New Issue
Block a user