mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
7 lines
103 B
Go
7 lines
103 B
Go
package certificate_dto
|
|
|
|
type FileInput struct {
|
|
Key string `json:"key"`
|
|
Cert string `json:"pem"`
|
|
}
|