mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 10:10:27 +08:00
多处增加是否独立配置选项
This commit is contained in:
7
pkg/serverconfigs/shared/http_header_policy_ref.go
Normal file
7
pkg/serverconfigs/shared/http_header_policy_ref.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package shared
|
||||
|
||||
type HTTPHeaderPolicyRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
HeaderPolicyId int64 `yaml:"headerPolicyId" json:"headerPolicyId"`
|
||||
}
|
||||
Reference in New Issue
Block a user