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

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


The following commit(s) were added to refs/heads/master by this push:
     new ad5aa34  Allow CLI to Save Code from Action (#2544)
ad5aa34 is described below

commit ad5aa3402b033edd8b30aec7f33434a253aa35ed
Author: James Dubee <jwdu...@us.ibm.com>
AuthorDate: Wed Oct 18 13:54:01 2017 -0400

    Allow CLI to Save Code from Action (#2544)
    
    * Allow CLI to Save Code from Action
    
    * Formatting changes
    
    * Test refactor
    
    * Update test
    
    * Refactor
    
    * Review updates
    
    * Review updates
---
 whisk/action.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/whisk/action.go b/whisk/action.go
index 40dad4d..a32a9dd 100644
--- a/whisk/action.go
+++ b/whisk/action.go
@@ -50,6 +50,7 @@ type Exec struct {
     Init        string      `json:"init,omitempty"`
     Main        string      `json:"main,omitempty"`
     Components  []string    `json:"components,omitempty"`    // List of fully 
qualified actions
+    Binary      *bool       `json:"binary,omitempty"`
 }
 
 type ActionListOptions struct {

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

Reply via email to