예제 #1
0
func init() {
	revel.InterceptFunc(setUser, revel.BEFORE, &App{})
}
예제 #2
0
파일: app.go 프로젝트: huaguzi/revel
func init() {
	revel.InterceptFunc(setuser, revel.BEFORE, &Application{})
}