mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.20
This commit is contained in:
+2
-1
@@ -57,4 +57,5 @@ export type WSMessage =
|
||||
| { type: "docker_event"; data: DockerEvent }
|
||||
| { type: "subscribe_logs"; container: string }
|
||||
| { type: "unsubscribe_logs" }
|
||||
| { type: "log_line"; data: LogLine };
|
||||
| { type: "log_line"; data: LogLine }
|
||||
| { type: "action_error"; data: { uid: string; action: string; error: string } };
|
||||
|
||||
Reference in New Issue
Block a user