I was tiring to invoke a function using the this lib. I had to jump between the wsk client code and this to figure out what to do here. For instance here it would have been really helpful to know that payload should be a map[string]interface{} to send data.
I was tiring to invoke a function using the this lib. I had to jump between the wsk client code and this to figure out what to do here. For instance here it would have been really helpful to know that payload should be a
map[string]interface{}to send data.