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

Struct Puller

pkg/v1/remote/puller.go:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type Puller struct {
28 o *options
29
30 // map[resource]*reader
31 readers sync.Map
32}
33
34func NewPuller(options ...Option) (*Puller, error) {
35 o, err := makeOptions(options...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected