robotLJW commented on a change in pull request #228:
URL: https://github.com/apache/servicecomb-kie/pull/228#discussion_r757182016



##########
File path: server/datasource/dao.go
##########
@@ -70,13 +77,14 @@ func GetBroker() Broker {
 //KVDao provide api of KV entity
 type KVDao interface {
        // Create Update List are usually for admin console
-       Create(ctx context.Context, kv *model.KVDoc) (*model.KVDoc, error)
-       Update(ctx context.Context, kv *model.KVDoc) error
+       Create(ctx context.Context, kv *model.KVDoc, options ...CUDOption) 
(*model.KVDoc, error)

Review comment:
       这边考虑R 查找不需要写人物就能加上去了




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


Reply via email to