Refactor remote stream decode

This commit is contained in:
Dominik Werder
2022-11-30 16:31:31 +01:00
parent cd68bcb040
commit 8082271c2a
17 changed files with 780 additions and 303 deletions

1
netpod/src/api4.rs Normal file
View File

@@ -0,0 +1 @@
pub mod events;

View File

@@ -0,0 +1 @@

View File

@@ -2,6 +2,7 @@ pub mod histo;
pub mod query;
pub mod status;
pub mod streamext;
pub mod api4;
use crate::log::*;
use bytes::Bytes;