add namesilo provider

This commit is contained in:
yoan
2024-09-10 21:02:31 +08:00
parent b8cff68167
commit 7ad8cdfe47
15 changed files with 801 additions and 40 deletions

View File

@@ -18,3 +18,7 @@ type QiniuAccess struct {
AccessKey string `json:"accessKey"`
SecretKey string `json:"secretKey"`
}
type NameSiloAccess struct {
ApiKey string `json:"apiKey"`
}