MCPcopy
hub / github.com/perkeep/perkeep / unionStorage

Struct unionStorage

pkg/blobserver/union/union.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type unionStorage struct {
33 subsets []blobserver.Storage
34}
35
36func newFromConfig(ld blobserver.Loader, conf jsonconfig.Obj) (blobserver.Storage, error) {
37 sto := &unionStorage{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected