Files
APIPark/module/certificate/dto/Create.go
T
2024-08-12 21:38:09 +08:00

7 lines
103 B
Go

package certificate_dto
type FileInput struct {
Key string `json:"key"`
Cert string `json:"pem"`
}