refactor: clean code

This commit is contained in:
Fu Diwei
2024-12-28 16:59:36 +08:00
parent 416f5e0986
commit cb7a465d6c
31 changed files with 135 additions and 108 deletions

View File

@@ -20,5 +20,5 @@ type Deployer interface {
// 表示证书部署结果的数据结构。
type DeployResult struct {
DeploymentData map[string]any `json:"deploymentData,omitempty"`
ExtendedData map[string]any `json:"extendedData,omitempty"`
}