MCPcopy
hub / github.com/containerd/containerd / UnimplementedTaskServer

Struct UnimplementedTaskServer

api/runtime/task/v3/shim_grpc.pb.go:233–234  ·  view source on GitHub ↗

UnimplementedTaskServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

231
232// UnimplementedTaskServer must be embedded to have forward compatible implementations.
233type UnimplementedTaskServer struct {
234}
235
236func (UnimplementedTaskServer) State(context.Context, *StateRequest) (*StateResponse, error) {
237 return nil, status.Errorf(codes.Unimplemented, "method State not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected