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


The following commit(s) were added to refs/heads/master by this push:
     new d7cab42  Adding placeholder for apigw access token
d7cab42 is described below

commit d7cab4297a25e2cc25492b85b64e7ec000da9ffb
Author: Priti Desai <[email protected]>
AuthorDate: Wed Feb 7 14:48:02 2018 -0800

    Adding placeholder for apigw access token
---
 whisk/client.go | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/whisk/client.go b/whisk/client.go
index 6c43cf2..2419da0 100644
--- a/whisk/client.go
+++ b/whisk/client.go
@@ -68,17 +68,18 @@ type Client struct {
 }
 
 type Config struct {
-       Namespace string // NOTE :: Default is "_"
-       Cert      string
-       Key       string
-       AuthToken string
-       Host      string
-       BaseURL   *url.URL // NOTE :: Default is "openwhisk.ng.bluemix.net"
-       Version   string
-       Verbose   bool
-       Debug     bool // For detailed tracing
-       Insecure  bool
-       UserAgent string
+       Namespace        string // NOTE :: Default is "_"
+       Cert             string
+       Key              string
+       AuthToken        string
+       Host             string
+       BaseURL          *url.URL // NOTE :: Default is 
"openwhisk.ng.bluemix.net"
+       Version          string
+       Verbose          bool
+       Debug            bool // For detailed tracing
+       Insecure         bool
+       UserAgent        string
+       ApigwAccessToken string
 }
 
 type ObfuscateSet struct {

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to