This commit is contained in:
hoteas
2017-08-04 08:20:59 +00:00
commit 5e9e1418a2
22 changed files with 3315 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
package hotime
const (
LOG_FMT = 0
LOG_NIL = 1
)
//锁关键字
const (
MUTEX_MAP = "HOTIME-MAP"
MUTEX_SLICE = "HOTIME-SLICE"
MUTEX_MEMORY_CACHE = "HOTIME-MUTEX-MEMORYCACHE"
)
//锁关键字
const (
SESSION_TYPE = "SESSION-TYPE#"
)