mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-01-03 14:56:41 -05:00
7 lines
70 B
Go
7 lines
70 B
Go
package adapter
|
|
|
|
type Capability struct {
|
|
ID string
|
|
Name string
|
|
}
|