flodgatt/src/request
Daniel Sockwell 1dcddc23de
Update module privacy (#133)
This squashed commit rolls up a series of changes designed to improve
Flodgatt's public API/module boundary.  Specifically, this limits the
number of Items that are exported outside the top-level modules (in some
cases because they were already not needed outside that module due to
the earlier code reorganization and in some cases by using public
re-exports to export particular Items from a private module).

Similarly, this commit moves the `Event` struct to the `response`
module (maintaining privacy for the `Event`'s implementation details)
while re-exporting the `Id` struct that `Event` uses internally at the
top level.

All of these changes are made with the goal of making Flodgatt's code
easier to reason about in isolation, which should both make it easier to
maintain and make it easier for new contributors to make changes without
understanding the entire codebase.  Additionally, having fewer public
modules will make documenting Flodgatt more extensively much easier.
2020-04-21 16:39:31 -04:00
..
timeline Update module privacy (#133) 2020-04-21 16:39:31 -04:00
err.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
postgres.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
query.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
sse_test.rs Code reorganization (#130) 2020-04-13 16:03:06 -04:00
subscription.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
timeline.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
ws_test.rs Code reorganization (#130) 2020-04-13 16:03:06 -04:00