RemoveFilteredPolicyCtx removes policy rules that match the filter from the storage with context. This is part of the Auto-Save feature.
(ctx context.Context, sec string, ptype string, fieldIndex int, fieldValues ...string)
| 36 | // RemoveFilteredPolicyCtx removes policy rules that match the filter from the storage with context. |
| 37 | // This is part of the Auto-Save feature. |
| 38 | RemoveFilteredPolicyCtx(ctx context.Context, sec string, ptype string, fieldIndex int, fieldValues ...string) error |
| 39 | } |
no outgoing calls
no test coverage detected