mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-04 07:21:47 +00:00
Add godaddy provider
This commit is contained in:
@@ -22,3 +22,8 @@ type QiniuAccess struct {
|
||||
type NameSiloAccess struct {
|
||||
ApiKey string `json:"apiKey"`
|
||||
}
|
||||
|
||||
type GodaddyAccess struct {
|
||||
ApiKey string `json:"apiKey"`
|
||||
ApiSecret string `json:"apiSecret"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user