This commit moves the message, member and state event endpoints from the send and sync modules to make interaction with those events more consistent with how other events are used, for example, `r0::<event type>::<create, get, update, delete>_event`.
4 lines
74 B
Rust
4 lines
74 B
Rust
//! Endpoints for getting and synchronizing events.
|
|
|
|
pub mod sync_events;
|