refactor: clean code

This commit is contained in:
Fu Diwei
2025-01-22 22:11:04 +08:00
parent 7a2fc5e2fd
commit b67049f9aa
3 changed files with 6 additions and 22 deletions

View File

@@ -5,11 +5,6 @@ type CertificateArchiveFileReq struct {
Format string `json:"format"`
}
type CertificateArchiveFileResp struct {
Certificate string `json:"certificate"`
PrivateKey string `json:"privateKey"`
}
type CertificateValidateCertificateReq struct {
Certificate string `json:"certificate"`
}