Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ taskClient
Struct
taskClient
api/runtime/task/v3/shim_grpc.pb.go:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
type
taskClient
struct
{
48
cc grpc.ClientConnInterface
49
}
50
51
func
NewTaskClient(cc grpc.ClientConnInterface) TaskClient {
52
return
&taskClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected