Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devspace-sh/devspace
/ tunnelClient
Struct
tunnelClient
helper/remote/remote_grpc.pb.go:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
tunnelClient
struct
{
30
cc grpc.ClientConnInterface
31
}
32
33
func
NewTunnelClient(cc grpc.ClientConnInterface) TunnelClient {
34
return
&tunnelClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected