UpdateForAddPolicies calls the update callback of other instances to synchronize their policy. It is called after Enforcer.AddPolicies()
(sec string, ptype string, rules ...[]string)
| 34 | // UpdateForAddPolicies calls the update callback of other instances to synchronize their policy. |
| 35 | // It is called after Enforcer.AddPolicies() |
| 36 | UpdateForAddPolicies(sec string, ptype string, rules ...[]string) error |
| 37 | // UpdateForRemovePolicies calls the update callback of other instances to synchronize their policy. |
| 38 | // It is called after Enforcer.RemovePolicies() |
| 39 | UpdateForRemovePolicies(sec string, ptype string, rules ...[]string) error |
no outgoing calls
no test coverage detected