@@ -150,21 +150,21 @@ binding.emit(cloudevent)
150
150
└── http_binding_0_1.js
151
151
```
152
152
153
- * ` index.js ` : library exports
154
- * ` lib/bindings ` : every binding implementation goes here
155
- * ` lib/bindings/http ` : every http binding implementation goes here
156
- * ` lib/bindings/http/structured_0_1.js ` : implementation of structured
157
- HTTP Binding
158
- * ` lib/cloudevent.js ` : implementation of Cloudevent, an interface
159
- * ` lib/format/ ` : every format implementation goes here
160
- * ` lib/format/json_0_1.js ` : implementation for JSON formatting [ version 0.1] ( https://github.com/cloudevents/spec/blob/v0.1/json-format.md )
161
- * ` lib/specs/ ` : every spec implementation goes here
162
- * ` lib/specs/spec_0_1.js ` : implementation for spec
163
- [ version 0.1] ( https://github.com/cloudevents/spec/blob/v0.1/spec.md )
164
- * ` lib/specs/spec_0_2.js ` : implementation for spec
165
- [ version 0.2] ( https://github.com/cloudevents/spec/blob/v0.2/spec.md )
166
- * ` test/cloudevent_spec_0_1.js ` : unit testing for spec 0.1
167
- * ` test/cloudevent_spec_0_2.js ` : unit testing for spec 0.2
153
+ * ` index.js ` : library exports
154
+ * ` lib/bindings ` : every binding implementation goes here
155
+ * ` lib/bindings/http ` : every http binding implementation goes here
156
+ * ` lib/bindings/http/structured_0_1.js ` : implementation of structured
157
+ HTTP Binding
158
+ * ` lib/cloudevent.js ` : implementation of Cloudevent, an interface
159
+ * ` lib/format/ ` : every format implementation goes here
160
+ * ` lib/format/json_0_1.js ` : implementation for JSON formatting [ version 0.1] ( https://github.com/cloudevents/spec/blob/v0.1/json-format.md )
161
+ * ` lib/specs/ ` : every spec implementation goes here
162
+ * ` lib/specs/spec_0_1.js ` : implementation for spec
163
+ [ version 0.1] ( https://github.com/cloudevents/spec/blob/v0.1/spec.md )
164
+ * ` lib/specs/spec_0_2.js ` : implementation for spec
165
+ [ version 0.2] ( https://github.com/cloudevents/spec/blob/v0.2/spec.md )
166
+ * ` test/cloudevent_spec_0_1.js ` : unit testing for spec 0.1
167
+ * ` test/cloudevent_spec_0_2.js ` : unit testing for spec 0.2
168
168
169
169
## Unit Testing
170
170
0 commit comments