1.4.5.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package shared
|
||||
|
||||
type HTTPHeaderPolicyRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
HeaderPolicyId int64 `yaml:"headerPolicyId" json:"headerPolicyId"`
|
||||
}
|
||||
|
||||
func (this *HTTPHeaderPolicyRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user