package
3.0.1+incompatible
Repository: https://github.com/nodece/casbin.git
Documentation: pkg.go.dev

# Functions

LoadFunctionMap loads an initial function map.
NewModel creates an empty model.
NewModelFromFile creates a model from a .CONF file.
NewModelFromString creates a model from a string which contains model text.

# Constants

No description provided by the author
No description provided by the author

# 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".
FunctionMap represents the collection of Function.
Model represents the whole access control model.
No description provided by the author