MCPcopy
hub / github.com/apache/casbin / RemovePolicies

Method RemovePolicies

enforcer_interface.go:124–124  ·  view source on GitHub ↗
(rules [][]string)

Source from the content-addressed store, hash-verified

122 AddNamedPoliciesEx(ptype string, rules [][]string) (bool, error)
123 RemovePolicy(params ...interface{}) (bool, error)
124 RemovePolicies(rules [][]string) (bool, error)
125 RemoveFilteredPolicy(fieldIndex int, fieldValues ...string) (bool, error)
126 RemoveNamedPolicy(ptype string, params ...interface{}) (bool, error)
127 RemoveNamedPolicies(ptype string, rules [][]string) (bool, error)

Implementers 1

Enforcerenforcer.go

Calls

no outgoing calls

Tested by

no test coverage detected