From cb8e9bad4bbf41326ffabf6420b7dd88e3e15bce Mon Sep 17 00:00:00 2001 From: zhaoxiaorong Date: Mon, 1 Sep 2025 12:40:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=93=8D=E4=BD=9C=E7=97=95=E8=BF=B9?= =?UTF-8?q?=E5=8F=AF=E9=80=89=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oplog/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/oplog/types.go b/oplog/types.go index 15b37d3..6267868 100644 --- a/oplog/types.go +++ b/oplog/types.go @@ -9,6 +9,7 @@ type LogItem struct { Level uint `json:"level"` Ip string `json:"ip"` Module string `json:"module"` + Encry bool `json:"encry"` } var (