| 74 | } |
| 75 | |
| 76 | type Config struct { |
| 77 | URL string `gorm:"primaryKey;type:varchar(255)"` |
| 78 | Blob []byte |
| 79 | } |
| 80 | |
| 81 | type Shallow struct { |
| 82 | URL string `gorm:"primaryKey;type:varchar(255)"` |
nothing calls this directly
no outgoing calls
no test coverage detected