Variables returns the order set of Variable tuples.
()
| 255 | |
| 256 | // Variables returns the order set of Variable tuples. |
| 257 | func (r *Rule) Variables() []*Variable { |
| 258 | return r.variables[:] |
| 259 | } |
| 260 | |
| 261 | // SetID configures the id for the rule. |
| 262 | func (r *Rule) SetID(id ValueString) { |
no outgoing calls