tianxiaoliang commented on code in PR #1323:
URL:
https://github.com/apache/servicecomb-service-center/pull/1323#discussion_r939988185
##########
server/bootstrap/bootstrap.go:
##########
@@ -60,7 +60,8 @@ import (
_ "github.com/apache/servicecomb-service-center/server/rest/admin"
//governance
- _ "github.com/apache/servicecomb-service-center/server/service/gov/kie"
+ _ "github.com/apache/servicecomb-service-center/server/ext/policy"
+ _ "github.com/apache/servicecomb-service-center/server/service/grc/kie"
Review Comment:
rest api已经路径是gov了,考虑还是一致,但是能力层,还是取了个正宗的英文缩写
--
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]