Config returns the application's active configuration.
()
| 529 | |
| 530 | // Config returns the application's active configuration. |
| 531 | func (a *App) Config() *config.Config { |
| 532 | return &a.config |
| 533 | } |
| 534 | |
| 535 | // Client exposes the underlying API client for plugin use. |
| 536 | func (a *App) Client() *api.Client { |
no outgoing calls
no test coverage detected