initial commit

add internal/xair module
This commit is contained in:
2026-01-30 22:42:11 +00:00
commit 4a6ace0fdf
13 changed files with 885 additions and 0 deletions

7
internal/xair/models.go Normal file
View File

@@ -0,0 +1,7 @@
package xair
type InfoResponse struct {
Host string
Name string
Model string
}