pub async fn send_message(
socket: WebSocket,
container_name: String,
since_in_mins: u64,
session_id: String,
client_stream_key: String,
config_stream_key: String,
timeout: u64,
save_logs: bool,
)Expand description
Send message logs or message to WebSocket Client. This will listen to the container logs via docker logs