SetName configures the policy name.
(name ValueString)
| 126 | |
| 127 | // SetName configures the policy name. |
| 128 | func (p *Policy) SetName(name ValueString) { |
| 129 | p.name = name |
| 130 | } |
| 131 | |
| 132 | // SetDescription configures the policy description. |
| 133 | func (p *Policy) SetDescription(description ValueString) { |
no outgoing calls
no test coverage detected