mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-01 15:39:35 +08:00
7 lines
101 B
Go
7 lines
101 B
Go
package safeline
|
|
|
|
type CertificateManul struct {
|
|
Crt string `json:"crt"`
|
|
Key string `json:"key"`
|
|
}
|