PrintPolicy prints the policy to log.
()
| 91 | |
| 92 | // PrintPolicy prints the policy to log. |
| 93 | func (model Model) PrintPolicy() { |
| 94 | // Logger has been removed - this is now a no-op |
| 95 | } |
| 96 | |
| 97 | // ClearPolicy clears all current policy. |
| 98 | func (model Model) ClearPolicy() { |
no outgoing calls
no test coverage detected