(ctx context.Context, action DesktopAction)
| 132 | WatchGit(ctx context.Context, logger slog.Logger, chatID uuid.UUID) (*wsjson.Stream[codersdk.WorkspaceAgentGitServerMessage, codersdk.WorkspaceAgentGitClientMessage], error) |
| 133 | ConnectDesktopVNC(ctx context.Context) (net.Conn, error) |
| 134 | ExecuteDesktopAction(ctx context.Context, action DesktopAction) (DesktopActionResponse, error) |
| 135 | StartDesktopRecording(ctx context.Context, req StartDesktopRecordingRequest) error |
| 136 | StopDesktopRecording(ctx context.Context, req StopDesktopRecordingRequest) (StopDesktopRecordingResponse, error) |
| 137 | } |
no outgoing calls