Condition returns the condition CEL expression.
()
| 358 | |
| 359 | // Condition returns the condition CEL expression. |
| 360 | func (m *Match) Condition() ValueString { |
| 361 | return m.condition |
| 362 | } |
| 363 | |
| 364 | // HasOutput indicates whether the output field is set of the match. |
| 365 | func (m *Match) HasOutput() bool { |
no outgoing calls