MCPcopy
hub / github.com/containerd/containerd / UnimplementedDiffServer

Struct UnimplementedDiffServer

api/services/diff/v1/diff_grpc.pb.go:77–78  ·  view source on GitHub ↗

UnimplementedDiffServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

75
76// UnimplementedDiffServer must be embedded to have forward compatible implementations.
77type UnimplementedDiffServer struct {
78}
79
80func (UnimplementedDiffServer) Apply(context.Context, *ApplyRequest) (*ApplyResponse, error) {
81 return nil, status.Errorf(codes.Unimplemented, "method Apply not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected