mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-18 23:31:45 +00:00
Add qiniu deployer
This commit is contained in:
@@ -13,3 +13,8 @@ type TencentAccess struct {
|
||||
type CloudflareAccess struct {
|
||||
DnsApiToken string `json:"dnsApiToken"`
|
||||
}
|
||||
|
||||
type QiniuAccess struct {
|
||||
AccessKey string `json:"accessKey"`
|
||||
SecretKey string `json:"secretKey"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user