MCPcopy Index your code
hub / github.com/containerd/containerd / contentClient

Struct contentClient

api/services/content/v1/content_grpc.pb.go:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type contentClient struct {
84 cc grpc.ClientConnInterface
85}
86
87func NewContentClient(cc grpc.ClientConnInterface) ContentClient {
88 return &contentClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected