# Functions
CheckScopesGlobals checks if the global or service global scope exists in the list of scope strings.
NewCasbinAuthorization returns a new Casbin enforcer.
NewCasbinScopeAuthorization returns a new casbin enforcer.
NewCasbinStringAuthorization returns a new Casbin enforcer with the string model.
ScopeFromString creates a scope object from the string representation.
ScopeServiceGlobal returns the global scope.
# Structs
CasbinAuthorization is a Casbin implementation of the authorization interface.
CasbinScopeAuthorization is a Casbin implementation of the authorization interface for scope values.
-------------------------- Scope -------------------------- Scope represents a scope entity.
# Interfaces
Authorization is a standard authorization interface that can be reused by various auth types.