From a6b4130e2a9f41f95aa5e0c53ca369ae7aec2d35 Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期二, 27 四月 2021 10:24:36 +0800
Subject: [PATCH] add timeout

---
 logc.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/logc.go b/logc.go
index c08fc81..28966dc 100644
--- a/logc.go
+++ b/logc.go
@@ -86,7 +86,7 @@
 	}
 }
 
-func SaveScheduleLog(category, level int, msg string) {
+func SaveScheduleLog(category, level int, timeout time.Duration, msg string) {
 
 }
 

--
Gitblit v1.8.0