SetDescription configures the policy description.
(description ValueString)
| 131 | |
| 132 | // SetDescription configures the policy description. |
| 133 | func (p *Policy) SetDescription(description ValueString) { |
| 134 | p.description = description |
| 135 | } |
| 136 | |
| 137 | // SetRule configures the policy rule entry point. |
| 138 | func (p *Policy) SetRule(r *Rule) { |