Documentation
¶
Index ¶
- type Core
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct {
Logger logger.ILogger
Config config.Config
Settings config.Settings
Prompter userio.Prompter
NotificationSvc services.INotificationService
}
func (*Core) GetSeedables ¶
func (*Core) RegisterBackgroundWorkers ¶
func (*Core) RegisterHttpHandlers ¶
Click to show internal directories.
Click to hide internal directories.