You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/01/26 01:34:37 UTC

[GitHub] little-cui commented on a change in pull request #258: SCB-269 remove lock for dependency handle

little-cui commented on a change in pull request #258: SCB-269 remove lock for dependency handle
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/258#discussion_r164013365
 
 

 ##########
 File path: server/service/event/dependency_event_handler.go
 ##########
 @@ -91,9 +91,45 @@ func (h *DependencyEventHandler) loop() {
 }
 
 type DependencyEventHandlerResource struct {
-	dep    *pb.ConsumerDependency
-	kv     *mvccpb.KeyValue
-	domainProject  string
+	dep           *pb.ConsumerDependency
+	kv            *mvccpb.KeyValue
+	domainProject string
+}
+
+type treeNode struct {
 
 Review comment:
   move in pkg

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services