hotime/example/admin/user.go

24 lines
254 B
Go
Raw Normal View History

2021-05-28 18:57:03 +00:00
package admin
import (
. "../../../hotime"
)
var UserCtr = Ctr{
"info": func(this *Context) {
},
"add": func(this *Context) {
},
"update": func(this *Context) {
},
"remove": func(this *Context) {
},
"search": func(this *Context) {
},
}