Versions in this module Expand all Collapse all v1 v1.2.0 Nov 30, 2024 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() + 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