2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00
Files
panel/pkg/types/backup.go
2024-10-13 22:44:42 +08:00

8 lines
123 B
Go

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