MasterKenway commented on a change in pull request #302: URL: https://github.com/apache/dubbo-go-pixiu/pull/302#discussion_r753795822
########## File path: pkg/adapter/dubboregistry/registry/registry.go ########## @@ -75,9 +77,18 @@ func GetRegistry(name string, regConfig model.Registry, listener common2.Registr } // CreateAPIConfig returns router.API struct base on the input -func CreateAPIConfig(urlPattern string, dboBackendConfig config.DubboBackendConfig, methodString string, mappingParams []config.MappingParam) router.API { +func CreateAPIConfig(urlPattern, location string, dboBackendConfig config.DubboBackendConfig, methodString string, mappingParams []config.MappingParam) router.API { dboBackendConfig.Method = methodString Review comment: What is the purpose for the input param named `location`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org