SetRule sets the rule for the match.
(r *Rule)
| 414 | |
| 415 | // SetRule sets the rule for the match. |
| 416 | func (m *Match) SetRule(r *Rule) { |
| 417 | m.rule = r |
| 418 | } |
| 419 | |
| 420 | // ValueString contains an identifier corresponding to source metadata and a simple string. |
| 421 | type ValueString struct { |
no outgoing calls
no test coverage detected