MCPcopy
hub / github.com/google/go-containerregistry / diskHandler

Struct diskHandler

pkg/registry/blobs_disk.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type diskHandler struct {
29 dir string
30}
31
32func NewDiskBlobHandler(dir string) BlobHandler { return &diskHandler{dir: dir} }
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected