1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-10-13 05:03:37 -04:00
neonmodem/system/adapter/adapter.go

7 lines
70 B
Go
Raw Normal View History

2022-12-28 22:22:36 -05:00
package adapter
type Capability struct {
ID string
Name string
}