SavePolicy saves all policy rules to the storage.
(model model.Model)
| 66 | LoadPolicy(model model.Model) error |
| 67 | // SavePolicy saves all policy rules to the storage. |
| 68 | SavePolicy(model model.Model) error |
| 69 | |
| 70 | // AddPolicy adds a policy rule to the storage. |
| 71 | // This is part of the Auto-Save feature. |
no outgoing calls