You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/05/26 02:56:57 UTC

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #1003: SCB-2176 Fix: GetConsumerIDsWithFilter version filtering problem

tianxiaoliang commented on a change in pull request #1003:
URL: https://github.com/apache/servicecomb-service-center/pull/1003#discussion_r639366359



##########
File path: datasource/mongo/dep.go
##########
@@ -28,10 +28,10 @@ import (
 
 	"github.com/apache/servicecomb-service-center/datasource"
 	"github.com/apache/servicecomb-service-center/datasource/etcd/path"
-	"github.com/apache/servicecomb-service-center/datasource/mongo/client"
-	"github.com/apache/servicecomb-service-center/datasource/mongo/client/dao"
-	"github.com/apache/servicecomb-service-center/datasource/mongo/client/model"
-	mutil "github.com/apache/servicecomb-service-center/datasource/mongo/util"
+	"github.com/apache/servicecomb-service-center/datasource/mongo/dao"
+	"github.com/apache/servicecomb-service-center/datasource/mongo/dao/client"

Review comment:
       mongo/client才是对的规划,不要把client 放到dao里




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org