Commit Graph

3 Commits

Author SHA1 Message Date
Scott Nichols fc69d36ec6
updating to the latest cloudevents sdk - v2.0.0-RC1 (#2386)
* updating to the latest cloudevents sdk.

* ran lint

* markdown had an error in it

* update serving sample readme
2020-04-13 09:31:11 -07:00
Matt Moore e07e9bab0d This adds a simple cloudevents-go sample. (#1987)
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).

Once we're happy with this, we should broaden this to cover more languages.
2019-11-15 23:06:02 -08:00
Akash Verenkar 7ed19736c2 Hello world - Go for Knative Eventing. (#1862)
* App + readme

* vendored packages - cloudevents/sdk-go and its dependencies

* Mark-ups updated. Final testing on a new cluster pending.

* final changes
2019-10-23 11:01:28 -07:00