(ctx context.Context, rules [][]string)
| 56 | |
| 57 | RemovePolicyCtx(ctx context.Context, params ...interface{}) (bool, error) |
| 58 | RemovePoliciesCtx(ctx context.Context, rules [][]string) (bool, error) |
| 59 | RemoveFilteredPolicyCtx(ctx context.Context, fieldIndex int, fieldValues ...string) (bool, error) |
| 60 | RemoveNamedPolicyCtx(ctx context.Context, ptype string, params ...interface{}) (bool, error) |
| 61 | RemoveNamedPoliciesCtx(ctx context.Context, ptype string, rules [][]string) (bool, error) |
no outgoing calls
no test coverage detected