package
1.1.5
Repository: https://github.com/educolog7/helpers.git
Documentation: pkg.go.dev

# Constants

Admin represents the role of an administrator.
Author represents the role of an author.
Editor represents the role of an editor.
User represents the role of a regular user.

# Variables

ALL_ROLES is a list of all roles for use in the application.
AUTHORS_GROUP is a list of Author and Admin roles for use in the application.
EDITORS_GROUP is a list of Editor and Admin roles for use in the application.
USERS is a list of User and Admin roles for use in the application.

# Type aliases

Role represents a user role in the system.