fix conflict

This commit is contained in:
yoan
2024-11-18 20:22:21 +08:00
18 changed files with 740 additions and 9 deletions

View File

@@ -16,6 +16,11 @@ type AliyunAccess struct {
AccessKeySecret string `json:"accessKeySecret"`
}
type ByteplusAccess struct {
AccessKey string
SecretKey string
}
type TencentAccess struct {
SecretId string `json:"secretId"`
SecretKey string `json:"secretKey"`