initialize sets up the client with the provided logger, which is only available after Run() is called.
(logger slog.Logger)
| 40 | |
| 41 | // initialize sets up the client with the provided logger, which is only available after Run() is called. |
| 42 | initialize(logger slog.Logger) |
| 43 | } |
| 44 | |
| 45 | // appStatusUpdater abstracts the details of updating app status via the |
no outgoing calls