This commit is contained in:
hoteas
2017-08-16 09:15:51 +00:00
parent 4026a02235
commit bc1127e5f6
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package hotime
//控制器
type Ctr map[string]func(*Context)
type Ctr map[string]func(this *Context)
type Proj map[string]Ctr
type Router map[string]Proj