You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-06 23:37:26 +02:00
9 lines
180 B
Go
9 lines
180 B
Go
![]() |
package model
|
||
|
|
||
|
type DockerStatsModel struct {
|
||
|
Icon string `json:"icon"`
|
||
|
Title string `json:"title"`
|
||
|
Data interface{} `json:"data"`
|
||
|
Pre interface{} `json:"pre"`
|
||
|
}
|