You've already forked CasaOS
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:
@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user