mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-07 23:30:25 +08:00
8 lines
222 B
Go
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"`
|
||
|
|
}
|