This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
adds dur_nanos method to InfluxWriter
master
Jonathan Strong
6 years ago
parent
228ddff33a
commit
99047401e6
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/influx.rs
+ 2
- 0
src/influx.rs
View File
@@ -205,6 +205,8 @@ impl InfluxWriter {
pub fn nanos(&self, d: DateTime<Utc>) -> i64 { nanos(d) as i64 }
pub fn dur_nanos(&self, d: Duration) -> i64 { dur_nanos(d) as i64 }
pub fn tx(&self) -> Sender<Option<OwnedMeasurement>> {
self.tx.clone()
}
Write
Preview
Loading…
Cancel
Save