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

remove disk and test common package

This commit is contained in:
LinkLeong
2022-09-15 08:13:07 +01:00
committed by Tiger Wang
parent 4f491fa22f
commit 8113f51cf7
23 changed files with 186 additions and 1710 deletions

View File

@ -16,3 +16,7 @@ type DockerStatsModel struct {
Data interface{} `json:"data"`
Previous interface{} `json:"previous"`
}
type DeckerDaemonModel struct {
Graph string `json:"graph"`
}