SetCondition sets the CEL condition for the match.
(c ValueString)
| 357 | |
| 358 | // SetCondition sets the CEL condition for the match. |
| 359 | func (m *Match) SetCondition(c ValueString) { |
| 360 | m.condition = c |
| 361 | } |
| 362 | |
| 363 | // SetOutput sets the output expression for the match. |
| 364 | func (m *Match) SetOutput(o ValueString) { |
no outgoing calls
no test coverage detected