8000 docs: remove repo structure docs (#111) · lholmquist/sdk-javascript@223a7c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 223a7c6

Browse files
authored
docs: remove repo structure docs (cloudevents#111)
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
1 parent cd6a3ee commit 223a7c6

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -210,31 +210,6 @@ app.post("/", (req, res) => {
210210
});
211211
```
212212

213-
## Repository Structure
214-
215-
```text
216-
├── index.js
217-
├── ext
218-
├── lib
219-
│   ├── bindings
220-
│   │   └── http
221-
│   ├── cloudevent.js
222-
│   ├── formats
223-
│   │   └── json
224-
│   └── specs
225-
├── LICENSE
226-
├── package.json
227-
├── README.md
228-
```
229-
230-
- `index.js`: library exports
231-
- `ext`: external stuff, e.g, Cloud Events JSONSchema
232-
- `lib/bindings`: every binding implementation goes here
233-
- `lib/bindings/http`: every http binding implementation goes here
234-
- `lib/cloudevent.js`: implementation of CloudEvent, an interface
235-
- `lib/formats/`: every format implementation goes here
236-
- `lib/specs/`: every spec implementation goes here
237-
238213
## Unit Testing
239214

240215
The unit test checks the result of formatted payload and the constraints.

0 commit comments

Comments
 (0)
0