MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewDownstreamClient

Function NewDownstreamClient

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

Source from the content-addressed store, hash-verified

188}
189
190func NewDownstreamClient(cc grpc.ClientConnInterface) DownstreamClient {
191 return &downstreamClient{cc}
192}
193
194func (c *downstreamClient) Download(ctx context.Context, opts ...grpc.CallOption) (Downstream_DownloadClient, error) {
195 stream, err := c.cc.NewStream(ctx, &Downstream_ServiceDesc.Streams[0], "/remote.Downstream/Download", opts...)

Callers 2

newDownstreamFunction · 0.92
TestDownstreamServerFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestDownstreamServerFunction · 0.74