Modify code according to code suggestions

This commit is contained in:
fondoger
2025-04-17 13:09:21 +08:00
parent 364ceb2399
commit 0004eac764
7 changed files with 5 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ type DeployerConfig struct {
CloudName string `json:"cloudName,omitempty"`
// Key Vault 名称。
KeyVaultName string `json:"keyvaultName"`
// Certificate 名称。
CertificateName string `json:"certificateName"`
// Certificate 名称,可选
CertificateName string `json:"certificateName,omitempty"`
}
type DeployerProvider struct {