add tencent cdn deployer
This commit is contained in:
13
internal/domain/access.go
Normal file
13
internal/domain/access.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package domain
|
||||
|
||||
type AliyunAccess struct {
|
||||
AccessKeyId string `json:"accessKeyId"`
|
||||
AccessKeySecret string `json:"accessKeySecret"`
|
||||
}
|
||||
|
||||
|
||||
|
||||
type TencentAccess struct {
|
||||
SecretId string `json:"secretId"`
|
||||
SecretKey string `json:"secretKey"`
|
||||
}
|
||||
Reference in New Issue
Block a user