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" +)