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

Method Download

helper/remote/remote_grpc.pb.go:180–180  ·  view source on GitHub ↗
(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

178// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
179type DownstreamClient interface {
180 Download(ctx context.Context, opts ...grpc.CallOption) (Downstream_DownloadClient, error)
181 Changes(ctx context.Context, in *Empty, opts ...grpc.CallOption) (Downstream_ChangesClient, error)
182 ChangesCount(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ChangeAmount, error)
183 Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)

Callers 3

TestDownstreamServerFunction · 0.95
downloadFilesMethod · 0.65

Implementers 3

downstreamClienthelper/remote/remote_grpc.pb.go
UnimplementedDownstreamServerhelper/remote/remote_grpc.pb.go
Downstreamhelper/server/downstream.go

Calls

no outgoing calls

Tested by 1

TestDownstreamServerFunction · 0.76