Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package sslconfigs
|
||||
|
||||
type SSLPolicyRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
SSLPolicyId int64 `yaml:"sslPolicyId" json:"sslPolicyId"`
|
||||
}
|
||||
Reference in New Issue
Block a user