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