Entities - Entities builder
(defs ...*base.EntityDefinition)
| 70 | |
| 71 | // Entities - Entities builder |
| 72 | func Entities(defs ...*base.EntityDefinition) []*base.EntityDefinition { |
| 73 | return defs |
| 74 | } |
| 75 | |
| 76 | // Rule is a function that generates a rule definition given a name, |
| 77 | // a map of argument names to attribute types, and an expression string. |