package
0.3.2
Repository: https://github.com/moapis/authenticator.git
Documentation: pkg.go.dev

# Functions

AddAudienceHook registers your hook function for all future operations.
AddGroupHook registers your hook function for all future operations.
AddJWTKeyHook registers your hook function for all future operations.
AddPasswordHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
AudienceExists checks if the Audience row exists.
Audiences retrieves all the records using an executor.
FindAudience retrieves a single record by ID with an executor.
FindGroup retrieves a single record by ID with an executor.
FindJWTKey retrieves a single record by ID with an executor.
FindPassword retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
GroupExists checks if the Group row exists.
Groups retrieves all the records using an executor.
JWTKeyExists checks if the JWTKey row exists.
JWTKeys retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PasswordExists checks if the Password row exists.
Passwords retrieves all the records using an executor.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.

# Variables

No description provided by the author
AudienceRels is where relationship names are stored.
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
GroupRels is where relationship names are stored.
No description provided by the author
No description provided by the author
JWTKeyRels is where relationship names are stored.
No description provided by the author
No description provided by the author
PasswordRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
UserRels is where relationship names are stored.
No description provided by the author

# Structs

Audience is an object representing the database table.
Group is an object representing the database table.
JWTKey is an object representing the database table.
Password is an object representing the database table.
User is an object representing the database table.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author