mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-15 08:59:51 +00:00
7 lines
130 B
Go
7 lines
130 B
Go
package dtos
|
|
|
|
type CertificateArchiveFileReq struct {
|
|
CertificateId string `json:"-"`
|
|
Format string `json:"format"`
|
|
}
|