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

Struct upstreamClient

helper/remote/remote_grpc.pb.go:442–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442type upstreamClient struct {
443 cc grpc.ClientConnInterface
444}
445
446func NewUpstreamClient(cc grpc.ClientConnInterface) UpstreamClient {
447 return &upstreamClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected