Files
EdgeCommon/pkg/serverconfigs/shared/http_header_ref.go

8 lines
154 B
Go
Raw Normal View History

2020-09-26 08:07:24 +08:00
package shared
// Header引用
type HTTPHeaderRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
HeaderId int64 `yaml:"headerId" json:"headerId"`
}