mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-04 07:27:47 +00:00
11 lines
160 B
Go
11 lines
160 B
Go
/*
|
|
LICENSE: https://github.com/onyx-and-iris/xair-cli/blob/main/LICENSE
|
|
*/
|
|
package xair
|
|
|
|
type InfoResponse struct {
|
|
Host string
|
|
Name string
|
|
Model string
|
|
}
|