Skip to content

Commit

Permalink
feat: add new workload type and forward proxy functions
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Dec 31, 2023
1 parent 88f1f10 commit 57b17ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src-tauri/utils/kubeforward/src/port_forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::collections::HashMap;
use std::net::SocketAddr;
use std::sync::{Arc, Mutex};
use tokio::net::TcpListener;
use tokio::runtime::Runtime;
use tokio::task::JoinHandle;

use tokio_stream::wrappers::TcpListenerStream;
Expand Down Expand Up @@ -374,7 +373,6 @@ pub async fn stop_all_port_forward() -> Result<Vec<CustomResponse>, String> {
Ok(responses)
}


#[tauri::command]
pub async fn stop_port_forward(
service_name: String,
Expand Down

0 comments on commit 57b17ba

Please sign in to comment.