diff options
Diffstat (limited to 'dichroism/src/entities/photo_set.rs')
-rw-r--r-- | dichroism/src/entities/photo_set.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dichroism/src/entities/photo_set.rs b/dichroism/src/entities/photo_set.rs deleted file mode 100644 index b9f7710..0000000 --- a/dichroism/src/entities/photo_set.rs +++ /dev/null @@ -1,8 +0,0 @@ -#[derive(Debug, Clone, Serialize)] -pub struct PhotoSet { - pub id: i32, - pub base: i32, - pub fullsize: i32, - pub thumbnail: i32, - pub original: i32, -} |