Categorygithub.com/SbstnErhrdt/authorization
modulepackage
0.0.0-20230927193724-8ade2053ac78
Repository: https://github.com/sbstnerhrdt/authorization.git
Documentation: pkg.go.dev

# README

Authorization

An authorization management system written in go using

  • Casbin (Access Control)

Status

Under development

⚠️ Experimental - Not ready for production.

# Packages

No description provided by the author

# Functions

No description provided by the author
GetAllPolicies returns all policies from all modules.
No description provided by the author
No description provided by the author
Register registers a module.
SetDefaultEnforcer sets the default enforcer.

# Constants

No description provided by the author

# Variables

DefaultEnforcer is the default enforcer.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
Module is the interface for authorization modules.
No description provided by the author
SubModule is the interface for authorization sub modules.