多处增加是否独立配置选项

This commit is contained in:
刘祥超
2020-09-23 18:43:50 +08:00
parent 337726e930
commit cc4f30a6f4
17 changed files with 416 additions and 296 deletions

View 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"`
}