Do simple reads from disk

This commit is contained in:
Dominik Werder
2021-04-01 09:02:04 +02:00
parent 6dbc7cb605
commit dd7c028a41
7 changed files with 104 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ use err::Error;
#[derive(Serialize, Deserialize)]
pub struct AggQuerySingleChannel {
channel: String,
pub channel: String,
}
pub struct BodyStream {