Exemplo n.º 1
0
func init() {
	MainCron = cron.New()
	revel.RegisterPlugin(JobsPlugin{})
}
Exemplo n.º 2
0
func init() {
	revel.RegisterPlugin(app.TestRunnerPlugin{})
}
Exemplo n.º 3
0
func init() {
	revel.RegisterPlugin(MongodbPlugin{})
	RunContextMgr()
	go listen()
}