robocanic commented on code in PR #1332:
URL: https://github.com/apache/dubbo-admin/pull/1332#discussion_r2422856308


##########
pkg/console/handler/configurator_rule.go:
##########
@@ -48,7 +48,7 @@ func ConfiguratorSearch(ctx consolectx.Context) 
gin.HandlerFunc {
                        pageData, err = 
manager.PageListByIndexes[*meshresource.DynamicConfigResource](
                                ctx.ResourceManager(),
                                meshresource.DynamicConfigKind,
-                               map[string]interface{}{
+                               map[string]string{

Review Comment:
   这个是因为client go 的index接口中使用的是string类型,在上层将interface改为string有助于上层使用索引时知道这个特性



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to