SetDescription configures the description for the rule.
(desc ValueString)
| 224 | |
| 225 | // SetDescription configures the description for the rule. |
| 226 | func (r *Rule) SetDescription(desc ValueString) { |
| 227 | r.description = &desc |
| 228 | } |
| 229 | |
| 230 | // AddMatch addes a Match to the rule. |
| 231 | func (r *Rule) AddMatch(m *Match) { |