merge emit_csv

This commit is contained in:
akiranishikawa
2020-11-30 08:38:01 +09:00
5 changed files with 85 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ impl Message {
}
}
}
pub fn iter(&self) -> &BTreeMap<DateTime<Utc>, Vec<String>> {
&self.map
}
}
#[test]