apache / openwhisk-client-go

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

Add `updated` field on package, rule, and trigger entity #135

Closed upgle closed 4 years ago

upgle commented 4 years ago

Description

In the previous PR #129, the updated field was added only to the Action structure. So, I've added this field to the Package, Rule, and Trigger structure as well.

This PR is related to the following two PRs:

rabbah commented 4 years ago

Thanks @upgle!