UpdateForUpdatePolicy calls the update callback of other instances to synchronize their policy. It is called after Enforcer.UpdatePolicy()
(sec string, ptype string, oldRule, newRule []string)
| 20 | // UpdateForUpdatePolicy calls the update callback of other instances to synchronize their policy. |
| 21 | // It is called after Enforcer.UpdatePolicy() |
| 22 | UpdateForUpdatePolicy(sec string, ptype string, oldRule, newRule []string) error |
| 23 | // UpdateForUpdatePolicies calls the update callback of other instances to synchronize their policy. |
| 24 | // It is called after Enforcer.UpdatePolicies() |
| 25 | UpdateForUpdatePolicies(sec string, ptype string, oldRules, newRules [][]string) error |
no outgoing calls
no test coverage detected