mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 05:54:53 +00:00
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