UpdateForRemovePolicy calls the update callback of other instances to synchronize their policy. It is called after Enforcer.RemovePolicy()
(sec, ptype string, params ...string)
| 25 | // UpdateForRemovePolicy calls the update callback of other instances to synchronize their policy. |
| 26 | // It is called after Enforcer.RemovePolicy() |
| 27 | UpdateForRemovePolicy(sec, ptype string, params ...string) error |
| 28 | // UpdateForRemoveFilteredPolicy calls the update callback of other instances to synchronize their policy. |
| 29 | // It is called after Enforcer.RemoveFilteredNamedGroupingPolicy() |
| 30 | UpdateForRemoveFilteredPolicy(sec, ptype string, fieldIndex int, fieldValues ...string) error |
no outgoing calls
no test coverage detected