GuoYL123 commented on a change in pull request #93: #92 replace limit/offset by 
pageNum/pageSize / add param:total
URL: https://github.com/apache/servicecomb-kie/pull/93#discussion_r378635299
 
 

 ##########
 File path: pkg/model/kv.go
 ##########
 @@ -29,8 +29,8 @@ type KVRequest struct {
 //KVResponse represents the key value list
 type KVResponse struct {
        LabelDoc *LabelDocResponse `json:"label,omitempty"`
-       PageNum  int               `json:"num,omitempty"`
-       Size     int               `json:"size,omitempty"`
+       PageNum  int64             `json:"num,omitempty"`
 
 Review comment:
   done

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to