From 5bb23deb3b7ed5272b4c7a76871a80e53d869db4 Mon Sep 17 00:00:00 2001 From: zhaoxiaorong <zhaoxiaorong@qq.com> Date: Wed, 21 May 2025 20:13:55 +0800 Subject: [PATCH] fix --- oplog/types.go | 1 + 1 file changed, 1 insertion(+) 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" )