mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-03 23:17:47 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
package xair
|
|
|
|
type InfoResponse struct {
|
|
Host string
|
|
Name string
|
|
Model string
|
|
}
|