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 2020/12/29 03:24:52 UTC

[GitHub] [servicecomb-service-center] lilai23 commented on a change in pull request #791: [SCB-2094] cache support get instances

lilai23 commented on a change in pull request #791:
URL: https://github.com/apache/servicecomb-service-center/pull/791#discussion_r549553601



##########
File path: datasource/mongo/ms.go
##########
@@ -27,6 +27,8 @@ import (
 	"strings"
 	"time"
 
+	"github.com/apache/servicecomb-service-center/datasource/mongo/sd"
+

Review comment:
       多余空行

##########
File path: datasource/mongo/sd/mongo_cacher.go
##########
@@ -21,10 +21,11 @@ import (
 	"context"
 	"errors"
 	"fmt"
-	"github.com/apache/servicecomb-service-center/datasource/sdcommon"
 	"sync"
 	"time"
 
+	"github.com/apache/servicecomb-service-center/datasource/sdcommon"
+

Review comment:
       多余空行

##########
File path: datasource/mongo/sd/types.go
##########
@@ -18,9 +18,10 @@
 package sd
 
 import (
-	"github.com/apache/servicecomb-service-center/datasource/sdcommon"
 	"time"
 
+	"github.com/apache/servicecomb-service-center/datasource/sdcommon"
+

Review comment:
       同上,多余空行




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