mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
Added CasaOS own file manager, now you can browse, upload, download files from the system, even edit code online, preview photos and videos through it. It will appear in the first position of Apps. Added CPU core count display and memory capacity display.
9 lines
170 B
Go
9 lines
170 B
Go
package model
|
|
|
|
type AppAnalyse struct {
|
|
Name string `json:"name"`
|
|
Type string `json:"type"`
|
|
UUId string `json:"uuid"`
|
|
Language string `json:"language"`
|
|
}
|