(requests [][]interface{})
| 58 | EnforceEx(rvals ...interface{}) (bool, []string, error) |
| 59 | EnforceExWithMatcher(matcher string, rvals ...interface{}) (bool, []string, error) |
| 60 | BatchEnforce(requests [][]interface{}) ([]bool, error) |
| 61 | BatchEnforceWithMatcher(matcher string, requests [][]interface{}) ([]bool, error) |
| 62 | Explain(rvals ...interface{}) (string, error) |
| 63 |