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

Struct upstreamUploadServer

helper/remote/remote_grpc.pb.go:630–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630type upstreamUploadServer struct {
631 grpc.ServerStream
632}
633
634func (x *upstreamUploadServer) SendAndClose(m *Empty) error {
635 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected