AlexStocks commented on code in PR #1325:
URL: https://github.com/apache/dubbo-admin/pull/1325#discussion_r2365951499
##########
pkg/console/model/instance.go:
##########
@@ -18,31 +18,33 @@
package model
import (
- gxset "github.com/dubbogo/gost/container/set"
-
- meshproto "github.com/apache/dubbo-admin/api/mesh/v1alpha1"
+ meshresource
"github.com/apache/dubbo-admin/pkg/core/resource/apis/mesh/v1alpha1"
coremodel "github.com/apache/dubbo-admin/pkg/core/resource/model"
+ gxset "github.com/dubbogo/gost/container/set"
+ "github.com/duke-git/lancet/v2/strutil"
)
type SearchInstanceReq struct {
AppName string `form:"appName"`
Keywords string `form:"keywords"`
- PageReq
+ Mesh string `form:"mesh"`
+ coremodel.PageReq
Review Comment:
move up
--
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]