SetName configures the policy name.
(name ValueString)
| 108 | |
| 109 | // SetName configures the policy name. |
| 110 | func (p *Policy) SetName(name ValueString) { |
| 111 | p.name = name |
| 112 | } |
| 113 | |
| 114 | // SetDescription configures the policy description. |
| 115 | func (p *Policy) SetDescription(description ValueString) { |
no outgoing calls
no test coverage detected