mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-19 09:51:55 +08:00
7 lines
130 B
Go
7 lines
130 B
Go
package dtos
|
|
|
|
type CertificateArchiveFileReq struct {
|
|
CertificateId string `json:"-"`
|
|
Format string `json:"format"`
|
|
}
|