| 84 | } |
| 85 | |
| 86 | type Index struct { |
| 87 | URL string `gorm:"primaryKey;type:varchar(255)"` |
| 88 | Blob []byte |
| 89 | } |
| 90 | |
| 91 | type CodeEmbedding struct { |
| 92 | URL string `gorm:"primaryKey;type:varchar(255)"` |
nothing calls this directly
no outgoing calls
no test coverage detected