Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HubSyncModule ¶
func (*HubSyncModule) EnsureSeeded ¶
func (c *HubSyncModule) EnsureSeeded() error
func (*HubSyncModule) OnEnd ¶
func (hs *HubSyncModule) OnEnd() func()
OnEnd is called when the core module is ended.
func (*HubSyncModule) OnStart ¶
func (hs *HubSyncModule) OnStart() func() error
OnStart is called when the core module is started.
func (*HubSyncModule) RegisterBackgroundWorkers ¶
func (c *HubSyncModule) RegisterBackgroundWorkers() []modules.Worker
RegisterBackgroundWorkers registers background workers.
func (*HubSyncModule) RegisterHttpHandlers ¶ added in v0.0.23
func (c *HubSyncModule) RegisterHttpHandlers(router *mux.Router, prefix string)
Click to show internal directories.
Click to hide internal directories.