Files
EdgeCommon/pkg/serverconfigs/shared/http_header_policy_ref.go
2020-09-23 18:43:50 +08:00

8 lines
222 B
Go

package shared
type HTTPHeaderPolicyRef struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"`
IsOn bool `yaml:"isOn" json:"isOn"`
HeaderPolicyId int64 `yaml:"headerPolicyId" json:"headerPolicyId"`
}