# Functions
LoadAPILookup loads our yaml based RBACApiMappings and transforms them into a quicker lookup map.
LoadModel loads the rbac model string from the assethelper and parses it into a Casbin model.Model.
NewEnforcerSvc creates a new EnforcerService.
NewErrPermissionDenied creates a new ErrPermissionDenied.
NewNoOpService is used to instantiated a noOpService for when rbac enabled=false.
# Interfaces
EndpointEnforcer represents the interface for enforcing RBAC using the echo.Context.