Files
2026-06-10 23:13:22 +08:00

7 lines
101 B
Go

package safeline
type CertificateManul struct {
Crt string `json:"crt"`
Key string `json:"key"`
}