saluki_env/configstream/
mod.rs

1//! Config stream.
2//!
3//! This modules provides the `ConfigStreamer` struct, which deals with streaming config events from the remote agent client.
4mod stream;
5
6pub use stream::create_config_stream;