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

Struct Config

pkg/database/database.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type Config struct {
77 URL string `gorm:"primaryKey;type:varchar(255)"`
78 Blob []byte
79}
80
81type Shallow struct {
82 URL string `gorm:"primaryKey;type:varchar(255)"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected