apache / dubbo-go-pixiu

Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
https://dubbogo.github.io/dubbo-go-proxy/
Apache License 2.0
488 stars 154 forks source link

请把resolve函数改为接口形式 #633

Open wangkeguo opened 5 months ago

wangkeguo commented 5 months ago

请把pkg.filter.http.remote 下 call.go 文件内函数 func (f Filter) resolve(ctx contexthttp.HttpContext) error 改为接口形式,以便dubbo 泛型不需要数据类型接入

mark4z commented 5 months ago

能具体描述一下使用场景吗