Client exposes the underlying API client for plugin use.
()
| 534 | |
| 535 | // Client exposes the underlying API client for plugin use. |
| 536 | func (a *App) Client() *api.Client { |
| 537 | return a.client |
| 538 | } |
| 539 | |
| 540 | // TaskManager returns the application task manager. |
| 541 | func (a *App) TaskManager() *taskmanager.TaskManager { |
no outgoing calls