docs: add rw/quorum provider

This commit is contained in:
Georgios Konstantopoulos 2023-01-04 14:11:04 +02:00
parent 24b9ae2404
commit 578b1c4d2d
3 changed files with 12 additions and 2 deletions

View File

@ -10,9 +10,9 @@
- [Http](./providers/http.md)
- [IPC](./providers/ipc.md)
- [Mock]()
- [Quorum]()
- [Quorum](./providers/quorum.md)
- [Retry](./providers/retry.md)
- [RW]()
- [RW](./providers/rw.md)
- [WebSocket](./providers/ws.md)
- [Middleware]()
- [Builder]()

5
book/providers/quorum.md Normal file
View File

@ -0,0 +1,5 @@
# Quorum provider
```rust
{{#include ../../examples/providers/examples/quorum.rs}}
```

5
book/providers/rw.md Normal file
View File

@ -0,0 +1,5 @@
# RW provider
```rust
{{#include ../../examples/providers/examples/rw.rs}}
```