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