(rules [][]string)
| 116 | HasNamedPolicy(ptype string, params ...interface{}) (bool, error) |
| 117 | AddPolicy(params ...interface{}) (bool, error) |
| 118 | AddPolicies(rules [][]string) (bool, error) |
| 119 | AddNamedPolicy(ptype string, params ...interface{}) (bool, error) |
| 120 | AddNamedPolicies(ptype string, rules [][]string) (bool, error) |
| 121 | AddPoliciesEx(rules [][]string) (bool, error) |
no outgoing calls