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

Struct UnimplementedDownstreamServer

helper/remote/remote_grpc.pb.go:287–288  ·  view source on GitHub ↗

UnimplementedDownstreamServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

285
286// UnimplementedDownstreamServer must be embedded to have forward compatible implementations.
287type UnimplementedDownstreamServer struct {
288}
289
290func (UnimplementedDownstreamServer) Download(Downstream_DownloadServer) error {
291 return status.Errorf(codes.Unimplemented, "method Download not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected