Cron returns the app cron instance.
()
| 607 | |
| 608 | // Cron returns the app cron instance. |
| 609 | func (app *BaseApp) Cron() *cron.Cron { |
| 610 | return app.cron |
| 611 | } |
| 612 | |
| 613 | // SubscriptionsBroker returns the app realtime subscriptions broker instance. |
| 614 | func (app *BaseApp) SubscriptionsBroker() *subscriptions.Broker { |
no outgoing calls