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

Struct Object

pkg/database/database.go:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type Object struct {
61 Hash string `gorm:"primaryKey;type:varchar(255)"`
62 Type string `gorm:"type:varchar(255)"`
63 Blob []byte
64 Size int64 `gorm:"type:bigint"`
65 URL string `gorm:"primaryKey;type:varchar(255)"`
66}
67
68type Reference struct {
69 Name string `gorm:"primaryKey;type:varchar(255)"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected