2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 22:07:16 +08:00
Files
panel/types/backup.go
2024-05-30 01:58:17 +08:00

7 lines
96 B
Go

package types
type BackupFile struct {
Name string `json:"name"`
Size string `json:"size"`
}