MCPcopy Create free account
hub / github.com/encoder-run/operator / ObjectStorage

Struct ObjectStorage

pkg/cache/postgres/object.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ObjectStorage struct {
15 db *gorm.DB
16 namespacePrefix string
17}
18
19func (o *ObjectStorage) NewEncodedObject() plumbing.EncodedObject {
20 return &plumbing.MemoryObject{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected