apache / openwhisk-client-go

Go client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
36 stars 44 forks source link

Replace trigger service type with interface #99

Closed vvraskin closed 6 years ago

vvraskin commented 6 years ago

Hi openwhiskers!

as per description, I'd like to replace the consumption of the trigger type with an interface. This change will enable https://github.com/apache/incubator-openwhisk-cli/pull/353 to run the unit tests for Trigger creation and update.

Could someone have a look? Could be I'm overlooking something due to lack of the codebase knowledge of this repo.

regards, Vadim