style: format code

This commit is contained in:
RHQYZ 2025-03-18 18:23:46 +08:00 committed by GitHub
parent 92bae0c439
commit 984d2a47b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ type CreateCertificateResponse struct {
type GetDomainConfigRequest struct {
Domains string `json:"domains"`
Config []string `json:"config"`
Config []string `json:"config"`
}
type GetDomainConfigResponse struct {