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 2018/01/03 18:57:43 UTC

[GitHub] mdeuser commented on a change in pull request #49: Add code query parameter for action get

mdeuser commented on a change in pull request #49: Add code query parameter for action get
URL: https://github.com/apache/incubator-openwhisk-client-go/pull/49#discussion_r159497586
 
 

 ##########
 File path: whisk/client.go
 ##########
 @@ -51,6 +51,12 @@ const (
     DEFAULT_HTTP_TIMEOUT = 30
 )
 
+type ClientInterface interface {
 
 Review comment:
   there are actually more methods for Client than are defined in this interface.  i'm thinking that if this will be the interface for all future method mocks, then include all methods here.. ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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