diff --git a/oplog/types.go b/oplog/types.go index 1851c58..dc440a6 100644 --- a/oplog/types.go +++ b/oplog/types.go @@ -15,4 +15,5 @@ var ( Type_Delete string = "delete" Type_Query string = "query" Type_Other string = "other" + Type_Create string = "create" )