Skip to content

Commit 90332af

Browse files
committed
feat: getProjectEndpoints
1 parent 94c2979 commit 90332af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ interface LiveInsightService {
5959

6060
fun getProjectFunctions(workspaceId: String, offset: Int, limit: Int): Future<JsonArray>
6161

62+
fun getProjectEndpoints(workspaceId: String, offset: Int, limit: Int): Future<JsonArray>
63+
6264
fun getFunctionCode(workspaceId: String, function: ArtifactQualifiedName): Future<JsonObject>
6365
}

0 commit comments

Comments
 (0)