docs: remove repo structure docs (#111)
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
parent
cd6a3eec7d
commit
223a7c6f03
25
README.md
25
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.
|
||||
|
|
Loading…
Reference in New Issue