Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Kernel = kernel.New[*config.Config]( kernel.Config(config.Load), kernel.Bootstrap( salusadi.Register[*models.User](migrations.Use()), view.Register(resources.Content, "**/*.html"), providers.Register, ), kernel.Services( cron.Service(). Schedule("* * * * *", &events.LogEvent{Message: "cron event"}), event.Service( event.NewListener[*jobs.LogJob](), ), ), router.InitRoutes(routes.InitRoutes), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.