summaryrefslogtreecommitdiffstats
path: root/src/rep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.rs')
-rw-r--r--src/rep.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rep.rs b/src/rep.rs
index d12faf3..3ad5cf1 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -1,5 +1,7 @@
//! Rust representations of docker json structures
+// TODO: Move structs to their corresponding modules?
+
#[cfg(feature = "chrono")]
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};