mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 00:39:32 +08:00
7 lines
136 B
Go
7 lines
136 B
Go
package request
|
|
|
|
type DashboardCurrent struct {
|
|
Nets []string `json:"nets" form:"nets"`
|
|
Disks []string `json:"disks" form:"disks"`
|
|
}
|