Skip to content

Commit

Permalink
put, delete builder
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Mar 25, 2024
1 parent 322a4e0 commit 9515c7d
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 76 deletions.
1 change: 1 addition & 0 deletions plugins/zenoh-plugin-rest/examples/z_serve_sse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use clap::{arg, Command};
use std::time::Duration;
use zenoh::prelude::r#async::*;
use zenoh::publication::CongestionControl;
use zenoh::sample_builder::QoSBuilderTrait;
use zenoh::{config::Config, key_expr::keyexpr};

const HTML: &str = r#"
Expand Down
1 change: 1 addition & 0 deletions plugins/zenoh-plugin-rest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ use zenoh::plugins::{RunningPluginTrait, ZenohPlugin};
use zenoh::prelude::r#async::*;
use zenoh::query::{QueryConsolidation, Reply};
use zenoh::runtime::Runtime;
use zenoh::sample_builder::PutSampleBuilderTrait;
use zenoh::selector::TIME_RANGE_KEY;
use zenoh::Session;
use zenoh_plugin_trait::{plugin_long_version, plugin_version, Plugin, PluginControl};
Expand Down
1 change: 1 addition & 0 deletions zenoh-ext/src/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use std::time::{Duration, Instant};
use zenoh::prelude::r#async::*;
use zenoh::publication::Publisher;
use zenoh::query::ConsolidationMode;
use zenoh::sample_builder::QoSBuilderTrait;
use zenoh::Error as ZError;
use zenoh::Result as ZResult;
use zenoh::Session;
Expand Down
Loading

0 comments on commit 9515c7d

Please sign in to comment.