You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/12/04 14:55:12 UTC

[GitHub] [openwhisk-client-go] mdeuser commented on a change in pull request #129: Add updated field on Action struct

mdeuser commented on a change in pull request #129: Add updated field on Action struct
URL: https://github.com/apache/openwhisk-client-go/pull/129#discussion_r353790319
 
 

 ##########
 File path: whisk/action.go
 ##########
 @@ -41,6 +41,7 @@ type Action struct {
 	Error       string      `json:"error,omitempty"`
 	Code        int         `json:"code,omitempty"`
 	Publish     *bool       `json:"publish,omitempty"`
+	Updated     int64       `json:"updated"`
 
 Review comment:
   for backwards compatibility with existing openwhisk installations i'm thinking that `json:"updated,omitempty"` should be used.

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