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