@@ -4,6 +4,7 @@ package hotime
type Ctr map[string]func(*Context)
type Proj map[string]Ctr
type Router map[string]Proj
type CacheIns interface {
set(key string, value interface{}, time int64)
get(key string) interface{}
The note is not visible to the blocked user.