(sec string, ptype string, oldRule, newRule []string)
| 159 | SelfRemovePolicies(sec string, ptype string, rules [][]string) (bool, error) |
| 160 | SelfRemoveFilteredPolicy(sec string, ptype string, fieldIndex int, fieldValues ...string) (bool, error) |
| 161 | SelfUpdatePolicy(sec string, ptype string, oldRule, newRule []string) (bool, error) |
| 162 | SelfUpdatePolicies(sec string, ptype string, oldRules, newRules [][]string) (bool, error) |
| 163 | } |
| 164 |
no outgoing calls
no test coverage detected