mirror of https://github.com/usual2970/certimate
style: format code
parent
92bae0c439
commit
984d2a47b8
|
@ -31,7 +31,7 @@ type CreateCertificateResponse struct {
|
||||||
|
|
||||||
type GetDomainConfigRequest struct {
|
type GetDomainConfigRequest struct {
|
||||||
Domains string `json:"domains"`
|
Domains string `json:"domains"`
|
||||||
Config []string `json:"config"`
|
Config []string `json:"config"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetDomainConfigResponse struct {
|
type GetDomainConfigResponse struct {
|
||||||
|
|
Loading…
Reference in New Issue