SetDescription configures the policy description.
(description ValueString)
| 113 | |
| 114 | // SetDescription configures the policy description. |
| 115 | func (p *Policy) SetDescription(description ValueString) { |
| 116 | p.description = description |
| 117 | } |
| 118 | |
| 119 | // SetRule configures the policy rule entry point. |
| 120 | func (p *Policy) SetRule(r *Rule) { |