SharedState returns storage-backed shared state. SharedState is prefork-safe when Config.SharedStorage is configured.
()
| 1330 | // SharedState returns storage-backed shared state. |
| 1331 | // SharedState is prefork-safe when Config.SharedStorage is configured. |
| 1332 | func (app *App) SharedState() *SharedState { |
| 1333 | return app.sharedState |
| 1334 | } |
| 1335 | |
| 1336 | var ErrTestGotEmptyResponse = errors.New("test: got empty response") |
| 1337 |
no outgoing calls