Condition returns the condition CEL expression.
()
| 316 | |
| 317 | // Condition returns the condition CEL expression. |
| 318 | func (m *Match) Condition() ValueString { |
| 319 | return m.condition |
| 320 | } |
| 321 | |
| 322 | // HasOutput indicates whether the output field is set of the match. |
| 323 | func (m *Match) HasOutput() bool { |
no outgoing calls