MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewTunnelClient

Function NewTunnelClient

helper/remote/remote_grpc.pb.go:33–35  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

31}
32
33func NewTunnelClient(cc grpc.ClientConnInterface) TunnelClient {
34 return &tunnelClient{cc}
35}
36
37func (c *tunnelClient) InitTunnel(ctx context.Context, opts ...grpc.CallOption) (Tunnel_InitTunnelClient, error) {
38 stream, err := c.cc.NewStream(ctx, &Tunnel_ServiceDesc.Streams[0], "/remote.Tunnel/InitTunnel", opts...)

Callers 1

StartReverseForwardFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected