mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-26 12:16:40 +08:00
7 lines
131 B
Go
7 lines
131 B
Go
package sslconfigs
|
|
|
|
type SSLCertRef struct {
|
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
|
CertId int64 `yaml:"certId" json:"certId"`
|
|
}
|