SetRule sets the rule for the match.
(r *Rule)
| 372 | |
| 373 | // SetRule sets the rule for the match. |
| 374 | func (m *Match) SetRule(r *Rule) { |
| 375 | m.rule = r |
| 376 | } |
| 377 | |
| 378 | // ValueString contains an identifier corresponding to source metadata and a simple string. |
| 379 | type ValueString struct { |
no outgoing calls
no test coverage detected