From e67279caae18b81dc3f1272fc4757d5b27150569 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Fri, 1 May 2020 11:29:05 -0700 Subject: [PATCH] docs: remove repo structure docs Signed-off-by: Grant Timmerman --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 6cb337e6..dee0906d 100644 --- a/README.md +++ b/README.md @@ -210,31 +210,6 @@ app.post("/", (req, res) => { }); ``` -## Repository Structure - -```text -├── index.js -├── ext -├── lib -│   ├── bindings -│   │   └── http -│   ├── cloudevent.js -│   ├── formats -│   │   └── json -│   └── specs -├── LICENSE -├── package.json -├── README.md -``` - -- `index.js`: library exports -- `ext`: external stuff, e.g, Cloud Events JSONSchema -- `lib/bindings`: every binding implementation goes here -- `lib/bindings/http`: every http binding implementation goes here -- `lib/cloudevent.js`: implementation of CloudEvent, an interface -- `lib/formats/`: every format implementation goes here -- `lib/specs/`: every spec implementation goes here - ## Unit Testing The unit test checks the result of formatted payload and the constraints.