Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Kernel = kernel.NewDefaultKernel( kernel.Port(func() int { return config.Port }), kernel.Bootstrap( config.Load, database.Init, ), kernel.Services( cron.Service(). Schedule("* * * * *", &events.LogEvent{Message: "cron event"}), ), kernel.Listeners( kernel.NewListener(jobs.LogJob), ), kernel.InitRoutes(routes.InitRoutes), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.