GuoYL123 commented on a change in pull request #787:
URL: 
https://github.com/apache/servicecomb-service-center/pull/787#discussion_r550041700



##########
File path: server/service/gov/config_distributor.go
##########
@@ -41,8 +42,9 @@ type ConfigDistributor interface {
        Create(kind, project string, spec []byte) error
        Update(id, kind, project string, spec []byte) error
        Delete(id, project string) error
+       Display(project, app, env string) ([]byte, error)

Review comment:
       resource层进行了分离判断,此处如果独立开来可能效果不好,需要重复的init、 Install相关操作




----------------------------------------------------------------
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]


Reply via email to