deleteWorkspace deletes the workspace by creating a build with delete transition.
(ctx context.Context, workspaceID uuid.UUID)
| 37 | |
| 38 | // deleteWorkspace deletes the workspace by creating a build with delete transition. |
| 39 | deleteWorkspace(ctx context.Context, workspaceID uuid.UUID) error |
| 40 | |
| 41 | // initialize sets up the client with the provided logger, which is only available after Run() is called. |
| 42 | initialize(logger slog.Logger) |
no outgoing calls
no test coverage detected