MCPcopy
hub / github.com/containerd/containerd / controllerClient

Struct controllerClient

api/services/sandbox/v1/sandbox_grpc.pb.go:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268type controllerClient struct {
269 cc grpc.ClientConnInterface
270}
271
272func NewControllerClient(cc grpc.ClientConnInterface) ControllerClient {
273 return &controllerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected