This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package hotime
|
||||
|
||||
//控制器
|
||||
type Ctr map[string]func(this *Context)
|
||||
type Ctr map[string]Method
|
||||
type Proj map[string]Ctr
|
||||
type Router map[string]Proj
|
||||
type MethodRouter map[string]Method//直接字符串关联函数
|
||||
type Method func(this *Context)
|
||||
|
||||
type CacheIns interface {
|
||||
//set(key string, value interface{}, time int64)
|
||||
|
||||
Reference in New Issue
Block a user