MCPcopy Create free account
hub / github.com/davecheney/pub / InstanceRule

Struct InstanceRule

models/instance.go:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 Rules []InstanceRule `gorm:"constraint:OnDelete:CASCADE;"`
31}
32
33type InstanceRule struct {
34 ID uint32 `gorm:"primarykey"`
35 InstanceID uint64
36 Text string
37}
38
39type Instances struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected