updateAppStatus sends a status update for a workspace app.
(ctx context.Context, req *agentproto.UpdateAppStatusRequest)
| 49 | type appStatusUpdater interface { |
| 50 | // updateAppStatus sends a status update for a workspace app. |
| 51 | updateAppStatus(ctx context.Context, req *agentproto.UpdateAppStatusRequest) error |
| 52 | |
| 53 | // initialize establishes the dRPC connection using the provided |
| 54 | // agent token. Must be called before updateAppStatus. |
no outgoing calls