From 5cc8f54a5bd364c19385f1951b5233f6fe3c779c Mon Sep 17 00:00:00 2001 From: Sydonian <794346190@qq.com> Date: Fri, 19 May 2023 11:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0Cache?= =?UTF-8?q?=E7=9A=84=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consts/task/task.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 consts/task/task.go diff --git a/consts/task/task.go b/consts/task/task.go new file mode 100644 index 0000000..0a32f0c --- /dev/null +++ b/consts/task/task.go @@ -0,0 +1,5 @@ +package task + +const ( + UPDATE_CACHE_OP_UNTEMP = "UnTemp" +)