robocanic commented on code in PR #1320:
URL: https://github.com/apache/dubbo-admin/pull/1320#discussion_r2326618565
##########
pkg/console/service/application.go:
##########
@@ -28,15 +28,12 @@ import (
"github.com/apache/dubbo-admin/pkg/console/context"
"github.com/apache/dubbo-admin/pkg/console/model"
"github.com/apache/dubbo-admin/pkg/core/store"
-
- "github.com/apache/dubbo-kubernetes/pkg/core/resources/apis/mesh"
)
func GetApplicationDetail(ctx context.Context, req
*model.ApplicationDetailReq) (*model.ApplicationDetailResp, error) {
manager := ctx.ResourceManager()
instanceList := &mesh.DataplaneResourceList{}
Review Comment:
Will be resolved in the next pr.
--
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]