Exemplo n.º 1
0
func init() {
	revel.InterceptFunc(setUser, revel.BEFORE, &App{})
}
Exemplo n.º 2
0
Arquivo: app.go Projeto: huaguzi/revel
func init() {
	revel.InterceptFunc(setuser, revel.BEFORE, &Application{})
}