| 30 | Rules []InstanceRule `gorm:"constraint:OnDelete:CASCADE;"` |
| 31 | } |
| 32 | |
| 33 | type InstanceRule struct { |
| 34 | ID uint32 `gorm:"primarykey"` |
| 35 | InstanceID uint64 |
| 36 | Text string |
| 37 | } |
| 38 | |
| 39 | type Instances struct { |
nothing calls this directly
no outgoing calls
no test coverage detected