Skip to content

Commit

Permalink
src/lib: Re-export influxdb Timestamp and WriteQuery (#13)
Browse files Browse the repository at this point in the history
Client::record_metric, a public API, depends on the type in influxdb crate.
  • Loading branch information
ackintosh authored Apr 22, 2022
1 parent 1aa09be commit 5c50ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ mod requests;
mod responses;

pub use params::RunParameters;

// Re-export public dependencies.
pub use influxdb::{Timestamp, WriteQuery};

0 comments on commit 5c50ba4

Please sign in to comment.