# Functions
New function’s model and policy arguments are paths to the files where you’ve defined the model (which will configure Casbin’s authorization mechanism—which for us will be ACL) and the policy (which is a CSV file containing our ACL table).
# Structs
Authorize, defers to Casbin’s Enforce function.