2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

refactor: 重命名备份存储

This commit is contained in:
2026-01-22 04:14:29 +08:00
parent 9cdc161f14
commit 0aebdd08e1
27 changed files with 279 additions and 277 deletions

View File

@@ -2,7 +2,7 @@ package types
import "time"
type BackupAccountInfo struct {
type BackupStorageInfo struct {
// S3
AccessKey string `json:"access_key"` // 访问密钥
SecretKey string `json:"secret_key"` // 私钥