优化灰度

This commit is contained in:
huangmengzhu
2023-03-28 10:45:25 +08:00
parent eaed74ae58
commit 4ffa7fabb8
8 changed files with 21 additions and 9 deletions

View File

@@ -34,6 +34,10 @@ type cloneContext struct {
responseError error
}
func (ctx *cloneContext) RealIP() string {
return ctx.org.RealIP()
}
func (ctx *cloneContext) GetUpstreamHostHandler() eoscContext.UpstreamHostHandler {
return ctx.upstreamHostHandler
}