xair-cli/internal/xair/models.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
}