actually support synchronization

This commit is contained in:
Dustin J. Mitchell
2019-12-28 22:46:10 -05:00
parent 0a2293a9c5
commit 59f4e6abd7
7 changed files with 219 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
use serde_json::Value;
use uuid::Uuid;
#[derive(PartialEq, Clone, Debug)]
#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]
pub enum Operation {
Create {
uuid: Uuid,