# README
pinterface
Interface types for simple*
and permission*
packages.
Interfaces for:
- Redis: permissions2 and simpleredis
- Bolt: permissionbolt and simplebolt
- MariaDB/MySQL: permissionsql and simplemaria
- PostgreSQL: pstore and simplehstore
- SQLite: permissionsqlite
General information
- Version: 1.5.4 (The tag is
v1.5.4
to work better withgo mod
. The API has version5.4
.) - License: BSD-3
- Author: Alexander F. Rødseth <[email protected]>
# Constants
Version is the API version.
# Interfaces
Data structure creator.
No description provided by the author
No description provided by the author
Database host (or file).
No description provided by the author
No description provided by the author
Middleware for permissions.
Redis data structure creator.
Redis host (implemented structures can also be an IHost, of course).
No description provided by the author
Interface for making it possible to depend on different versions of the permission package, or other packages that implement userstates.