Rule returns the rule value, or nil if the rule is not set.
()
| 352 | |
| 353 | // Rule returns the rule value, or nil if the rule is not set. |
| 354 | func (m *Match) Rule() *Rule { |
| 355 | return m.rule |
| 356 | } |
| 357 | |
| 358 | // SetCondition sets the CEL condition for the match. |
| 359 | func (m *Match) SetCondition(c ValueString) { |
no outgoing calls