This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/serverconfigs/http_rewrite_ref.go
T
2020-09-28 16:25:49 +08:00

8 lines
237 B
Go

package serverconfigs
// 重写规则的引用
type HTTPRewriteRef struct {
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
RewriteRuleId int64 `yaml:"rewriteRuleId" json:"rewriteRuleId"` // 规则ID
}