mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-10-27 05:20:14 -04:00
7 lines
70 B
Go
7 lines
70 B
Go
package adapter
|
|
|
|
type Capability struct {
|
|
ID string
|
|
Name string
|
|
}
|