File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
components/server/src/api Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import { WorkspacesService as WorkspacesServiceInterface } from "@gitpod/public-
9
9
import {
10
10
CreateAndStartWorkspaceRequest ,
11
11
CreateAndStartWorkspaceResponse ,
12
- CreateWorkspaceRequest ,
13
- CreateWorkspaceResponse ,
14
12
DeleteWorkspaceRequest ,
15
13
DeleteWorkspaceResponse ,
16
14
GetOwnerTokenRequest ,
@@ -27,10 +25,6 @@ import {
27
25
} from "@gitpod/public-api/lib/gitpod/experimental/v1/workspaces_pb" ;
28
26
29
27
export class WorkspacesService implements ServiceImpl < typeof WorkspacesServiceInterface > {
30
- async createWorkspace ( req : CreateWorkspaceRequest ) : Promise < CreateWorkspaceResponse > {
31
- throw new ConnectError ( "unimplemented" , Code . Unimplemented ) ;
32
- }
33
-
34
28
async listWorkspaces ( req : ListWorkspacesRequest ) : Promise < ListWorkspacesResponse > {
35
29
throw new ConnectError ( "unimplemented" , Code . Unimplemented ) ;
36
30
}
You can’t perform that action at this time.
0 commit comments