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 2018/02/08 22:33:08 UTC

[incubator-openwhisk-client-go] branch master updated: Adding placeholder for apigw access token

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 <pd...@us.ibm.com>
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
houshengbo@apache.org.