Events are persisted in a local database, and can be queried through subscriptions.
8 lines
114 B
Rust
8 lines
114 B
Rust
pub mod close;
|
|
pub mod conn;
|
|
pub mod db;
|
|
pub mod error;
|
|
pub mod event;
|
|
pub mod protostream;
|
|
pub mod subscription;
|