Versions in this module Expand all Collapse all v0 v0.0.13 Feb 9, 2025 Changes in this version + type Core struct + Config config.Config + Logger logger.ILogger + NotificationSvc services.INotificationService + Prompter userio.Prompter + Settings models.Settings + func (c *Core) GetSeedables() (entities []string, err error) + func (c *Core) OnEnd() func() + func (c *Core) OnStart() func() error + func (c *Core) RegisterBackgroundWorkers() []modules.Worker + func (c *Core) RegisterHttpHandlers(router *mux.Router, prefix string) + func (c *Core) Seed(entities []string, is_new_only bool) error