MCPcopy Index your code
hub / github.com/apache/casbin / GetGroupingPolicy

Method GetGroupingPolicy

enforcer_interface.go:111–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 GetNamedPolicy(ptype string) ([][]string, error)
110 GetFilteredNamedPolicy(ptype string, fieldIndex int, fieldValues ...string) ([][]string, error)
111 GetGroupingPolicy() ([][]string, error)
112 GetFilteredGroupingPolicy(fieldIndex int, fieldValues ...string) ([][]string, error)
113 GetNamedGroupingPolicy(ptype string) ([][]string, error)
114 GetFilteredNamedGroupingPolicy(ptype string, fieldIndex int, fieldValues ...string) ([][]string, error)

Callers 2

GetGroupingPolicyMethod · 0.65
testGetGroupingPolicyFunction · 0.65

Implementers 1

Enforcerenforcer.go

Calls

no outgoing calls

Tested by 1

testGetGroupingPolicyFunction · 0.52