You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/03/28 00:35:47 UTC

[GitHub] [servicecomb-kie] zhulijian1 commented on a change in pull request #129: refactor apis

zhulijian1 commented on a change in pull request #129: refactor apis
URL: https://github.com/apache/servicecomb-kie/pull/129#discussion_r399594519
 
 

 ##########
 File path: server/service/service.go
 ##########
 @@ -43,11 +43,13 @@ var (
 //KV provide api of KV entity
 type KV interface {
 	//below 3 methods is usually for admin console
+	Create(ctx context.Context, kv *model.KVDoc) (*model.KVDoc, error)
 
 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services