docs: add rw/quorum provider
This commit is contained in:
parent
24b9ae2404
commit
578b1c4d2d
|
@ -10,9 +10,9 @@
|
||||||
- [Http](./providers/http.md)
|
- [Http](./providers/http.md)
|
||||||
- [IPC](./providers/ipc.md)
|
- [IPC](./providers/ipc.md)
|
||||||
- [Mock]()
|
- [Mock]()
|
||||||
- [Quorum]()
|
- [Quorum](./providers/quorum.md)
|
||||||
- [Retry](./providers/retry.md)
|
- [Retry](./providers/retry.md)
|
||||||
- [RW]()
|
- [RW](./providers/rw.md)
|
||||||
- [WebSocket](./providers/ws.md)
|
- [WebSocket](./providers/ws.md)
|
||||||
- [Middleware]()
|
- [Middleware]()
|
||||||
- [Builder]()
|
- [Builder]()
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Quorum provider
|
||||||
|
|
||||||
|
```rust
|
||||||
|
{{#include ../../examples/providers/examples/quorum.rs}}
|
||||||
|
```
|
|
@ -0,0 +1,5 @@
|
||||||
|
# RW provider
|
||||||
|
|
||||||
|
```rust
|
||||||
|
{{#include ../../examples/providers/examples/rw.rs}}
|
||||||
|
```
|
Loading…
Reference in New Issue