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

Struct Reference

pkg/database/database.go:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type Reference struct {
69 Name string `gorm:"primaryKey;type:varchar(255)"`
70 Type string `gorm:"type:varchar(255)"`
71 Target string `gorm:"type:varchar(255)"`
72 Hash string `gorm:"type:varchar(255)"`
73 URL string `gorm:"primaryKey;type:varchar(255)"`
74}
75
76type Config struct {
77 URL string `gorm:"primaryKey;type:varchar(255)"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected