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/08/26 09:32:26 UTC

[GitHub] [servicecomb-kie] little-cui commented on a change in pull request #212: optimize performance with cache

little-cui commented on a change in pull request #212:
URL: https://github.com/apache/servicecomb-kie/pull/212#discussion_r696457347



##########
File path: server/pubsub/event_handler.go
##########
@@ -18,98 +18,39 @@
 package pubsub
 
 import (
-	"strings"
-	"sync"
-	"time"
-
 	"github.com/go-chassis/openlog"
+	"github.com/hashicorp/serf/cmd/serf/command/agent"
 	"github.com/hashicorp/serf/serf"
+	"strings"

Review comment:
       不符合golint

##########
File path: server/resource/v1/common.go
##########
@@ -21,6 +21,7 @@ import (
 	"context"
 	"encoding/json"
 	"errors"
+	"github.com/apache/servicecomb-kie/server/cache"

Review comment:
       不符合golint

##########
File path: server/cache/long_polling.go
##########
@@ -0,0 +1,42 @@
+package cache
+
+import (
+	"github.com/apache/servicecomb-kie/pkg/model"
+	"github.com/go-chassis/cari/pkg/errsvc"
+	"sync"

Review comment:
       不符合golint




-- 
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: commits-unsubscribe@servicecomb.apache.org

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