Commit Graph

3 Commits

Author SHA1 Message Date
Scott Nichols fda62c696b Revert delete of cloudevents. (#356) 2019-03-29 16:01:54 -07:00
Scott Nichols 5e5f376ef5 Delete pkg/cloudevents, use cloudevents/sdk-go instead. (#330)
* Delete pkg/cloudevents, use cloudevents/sdk-go instead.

* update deps.
2019-03-19 17:55:46 -07:00
Scott Nichols 61acd8a35b Add CloudEvents Client to sdk (#241)
* Add docs to help bootstrap cloud event sdk usage.

* add go markdown label.

* prettier markdown.

* well golang wants tabs but markdown does not i guess so... fight!

* adding me as an owner of this code.

* adding ville to the hook.

* Pushing new client and builder.

* good example of how to use the encoding settings int he builder.

* make it more clear,.

* prep for merge.

* adding tests.

* adding extenion tests.

* adding test for empty original extensions.

* Adding valid builder tests.

* adding client tests.

* Removing encoding from enum names.

* ran prettier.

* fix spacing.

* Update cloudevents/README.md

Co-Authored-By: n3wscott <32305648+n3wscott@users.noreply.github.com>

* Update based on feedback.

* adding builder to new client.

* update producer paragraph.

* trail space.

* trail space.
2019-01-28 20:09:15 -08:00