()
| 791 | } |
| 792 | |
| 793 | func (x *SchemaDefinition) GetEntityDefinitions() map[string]*EntityDefinition { |
| 794 | if x != nil { |
| 795 | return x.EntityDefinitions |
| 796 | } |
| 797 | return nil |
| 798 | } |
| 799 | |
| 800 | func (x *SchemaDefinition) GetRuleDefinitions() map[string]*RuleDefinition { |
| 801 | if x != nil { |
no outgoing calls
no test coverage detected