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

Struct UnimplementedUpstreamServer

helper/remote/remote_grpc.pb.go:568–569  ·  view source on GitHub ↗

UnimplementedUpstreamServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

566
567// UnimplementedUpstreamServer must be embedded to have forward compatible implementations.
568type UnimplementedUpstreamServer struct {
569}
570
571func (UnimplementedUpstreamServer) Checksums(context.Context, *TouchPaths) (*PathsChecksum, error) {
572 return nil, status.Errorf(codes.Unimplemented, "method Checksums not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected