Skip to content

Commit 67166c8

Browse files
committed
chore: createWorkspace as seperate action, add config to workspace
1 parent c883cf5 commit 67166c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/kotlin/spp/protocol/service/LiveInsightService.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ interface LiveInsightService {
4040
}
4141
}
4242

43+
fun createWorkspace(workspaceId: String, config: JsonObject): Future<Void>
44+
45+
@GenIgnore
46+
fun createWorkspace(workspaceId: String): Future<Void> {
47+
return createWorkspace(workspaceId, JsonObject())
48+
}
49+
4350
/**
4451
* Uploads source code to the workspace.
4552
* @param sourceCode The source code to upload.

0 commit comments

Comments
 (0)