You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2017/07/17 01:30:09 UTC

[incubator-openwhisk-client-go] 02/04: (Review) Added --last Activation Flag (#2334)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git

commit cbb4531cb1028911d2379ef06edc3420b1c87cf2
Author: Benjamin Poole <Be...@ibm.com>
AuthorDate: Thu Jul 13 10:00:39 2017 -0400

    (Review) Added --last Activation Flag  (#2334)
    
    * Added lastFlag to activation logs, result and get along with docs/testing
---
 whisk/activation.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/whisk/activation.go b/whisk/activation.go
index 89eaba6..22e6f6a 100644
--- a/whisk/activation.go
+++ b/whisk/activation.go
@@ -43,7 +43,6 @@ type Activation struct {
     Logs            []string    `json:"logs"`
     Annotations     KeyValueArr `json:"annotations"`
     Publish         *bool       `json:"publish,omitempty"`
-
 }
 
 type Response struct {

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.