mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 09:13:49 +08:00
7 lines
131 B
Go
7 lines
131 B
Go
package request
|
|
|
|
type HomeCurrent struct {
|
|
Nets []string `json:"nets" form:"nets"`
|
|
Disks []string `json:"disks" form:"disks"`
|
|
}
|