Skip to content

Commit 1f567e4

Browse files
Leopold-Cramerjreynard-code
authored andcommitted
WIP
1 parent 560328a commit 1f567e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/kotlin/com/cosmotech/api/events/RunEvents.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ class RunDeleted(
2626
val organizationId: String,
2727
val workspaceId: String,
2828
val runnerId: String,
29-
val runId: String
29+
val runId: String,
30+
val lastRun: String?
3031
) : CsmEvent(publisher)

src/main/kotlin/com/cosmotech/api/events/RunnerEvents.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ class RunnerDeleted(
2222
val workspaceId: String,
2323
val runnerId: String
2424
) : CsmEvent(publisher)
25+
26+
class UpdateRunnerStatus(
27+
publisher: Any,
28+
val organizationId: String,
29+
val workspaceId: String,
30+
val runnerId: String
31+
) : CsmEvent(publisher)

0 commit comments

Comments
 (0)