You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
761 B
19 lines
761 B
/* |
|
------------------------------------------------------------------------------------------------------------------------ |
|
####### dune ####### Copyright (c) 2021-2022 losyme ################################################ MIT License ####### |
|
------------------------------------------------------------------------------------------------------------------------ |
|
*/ |
|
|
|
package application |
|
|
|
import "forge.chapril.org/losyme/scheduler" |
|
|
|
func (app *Application) onMessage(msg *scheduler.Message) { |
|
cs := app.cs |
|
|
|
cs.Logger().Info("Event", "name", msg.Event) //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
|
} |
|
|
|
/* |
|
######################################################################################################## @(°_°)@ ####### |
|
*/
|
|
|