robotLJW commented on a change in pull request #1185:
URL:
https://github.com/apache/servicecomb-service-center/pull/1185#discussion_r774907396
##########
File path: eventbase/README.md
##########
@@ -0,0 +1,15 @@
+# eventbase
+
+eventbase provides the crud interface of task and tombstone.
+
+### package
+
+**bootstrap**:used to start initial loading.
+
+**datasource**: realize the dao operation of etcd and mongo on task and
tombstone.
+
+**request**: task and tombstone request.
Review comment:
我这边将request改成domain
##########
File path: eventbase/datasource/tlsutil/tlsutil_test.go
##########
@@ -29,7 +29,7 @@ import (
"github.com/apache/servicecomb-service-center/eventbase/datasource/tlsutil"
)
-const sslRoot = "./../../../examples/service_center/ssl/"
+const sslRoot = "./../../test/ssl/"
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]