Skip to content

Commit 8bb188f

Browse files
committed
Remove repo details
Signed-off-by: Fabio José <[email protected]>
1 parent a7e6b05 commit 8bb188f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -137,34 +137,20 @@ binding.emit(cloudevent)
137137
├── lib
138138
│   ├── bindings
139139
│   │   └── http
140-
│   │   └── structured_0_1.js
141140
│   ├── cloudevent.js
142141
│   ├── format
143-
│   │   └── json_0_1.js
144142
│   └── specs
145-
│   ├── spec_0_1.js
146-
│   └── spec_0_2.js
147143
├── LICENSE
148144
├── package.json
149145
├── README.md
150-
└── test
151-
├── cloudevent_spec_0_1.js
152-
├── cloudevent_spec_0_2.js
153-
└── http_binding_0_1.js
154146
```
155147

156148
- `index.js`: library exports
157149
- `lib/bindings`: every binding implementation goes here
158150
- `lib/bindings/http`: every http binding implementation goes here
159-
- `lib/bindings/http/structured_0_1.js`: implementation of structured HTTP Binding
160151
- `lib/cloudevent.js`: implementation of Cloudevent, an interface
161152
- `lib/format/`: every format implementation goes here
162-
- `lib/format/json_0_1.js`: implementation for JSON formatting [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/json-format.md)
163153
- `lib/specs/`: every spec implementation goes here
164-
- `lib/specs/spec_0_1.js`: implementation for spec [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md)
165-
- `lib/specs/spec_0_2.js`: implementation for spec [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
168154

169155
## Unit Testing
170156

0 commit comments

Comments
 (0)