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

Struct downstreamClient

helper/remote/remote_grpc.pb.go:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186type downstreamClient struct {
187 cc grpc.ClientConnInterface
188}
189
190func NewDownstreamClient(cc grpc.ClientConnInterface) DownstreamClient {
191 return &downstreamClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected