1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Need to fix bugs

This commit is contained in:
link
2022-03-18 11:13:07 +08:00
parent 9796c5aad7
commit a7d15a896e
263 changed files with 13881 additions and 3197 deletions

View File

@ -6,3 +6,11 @@ type AppAnalyse struct {
UUId string `json:"uuid"`
Language string `json:"language"`
}
type ConnectionStatus struct {
From string `json:"from"`
To string `json:"to"`
Error string `json:"error"`
UUId string `json:"uuid"`
Event string `json:"event"`
}