MCPcopy
hub / github.com/containerd/containerd / service

Struct service

contrib/diffservice/service.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type service struct {
34 applier diff.Applier
35 comparer diff.Comparer
36 diffapi.UnimplementedDiffServer
37}
38
39func FromApplierAndComparer(a diff.Applier, c diff.Comparer) diffapi.DiffServer {
40 return &service{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected