popozy opened a new pull request #708:
URL: https://github.com/apache/servicecomb-service-center/pull/708
### commit message
+ Keep util functions under service/util still be used by ms/etcd/etcd.go
as serviceUtil.xxx.
> Reason: functions in xxx_util.go under service/util invoke each
other, when we migrate these xxx_util.go-functions to service/ms/etcd/utils.go
and service/dep/etcd/utils.go, it will lead package loop dependency error and
blocked in golang-lint check.
+ In the future, for different implementation of datasource interface, such
as mongo, util funcs can works under directory service/util/mongo
### History PR:
#703 -- service/ms interface implement
#701 -- service/ms interface implement
#698 -- service/ms interface implement
#697 -- background of the enhancement, service/ms interface implement
#695 -- framework of the enhancement
----------------------------------------------------------------
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:
[email protected]