UpdateForRemoveFilteredPolicy calls the update callback of other instances to synchronize their policy. It is called after Enforcer.RemoveFilteredNamedGroupingPolicy()
(sec, ptype string, fieldIndex int, fieldValues ...string)
| 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 |
| 31 | // UpdateForSavePolicy calls the update callback of other instances to synchronize their policy. |
| 32 | // It is called after Enforcer.RemoveFilteredNamedGroupingPolicy() |
| 33 | UpdateForSavePolicy(model model.Model) error |
no outgoing calls
no test coverage detected