package
1.9.1
Repository: https://github.com/casbin/casbin.git
Documentation: pkg.go.dev

# Functions

LoadFunctionMap loads an initial function map.

# Structs

Assertion represents an expression in a section of the model.

# Type aliases

AssertionMap is the collection of assertions, can be "r", "p", "g", "e", "m".
Function represents a function that is used in the matchers, used to get attributes in ABAC.
FunctionMap represents the collection of Function.
Model represents the whole access control model.