package
0.0.0-20211118021003-8e21e6855910
Repository: https://github.com/loganstone/auth.git
Documentation: pkg.go.dev

# Functions

Connection .
Reset is drop the database and create a new one.
SyncModels is synchronize databases and models.
Transaction apply work tied to one in 'Do' type function to DB.

# Variables

ErrorFailedSetPassword .
ErrorInvalidPassword .
ErrorNoEmail .
ErrorUserAlreadyExists .

# Structs

DateTimeFields is base columns definition.
IDField is primary key definition.
JSONUser is used when payload to a request.
User is user ORM.

# Type aliases

Codes are slice that store code.
Do is executed between begin and commit in a transaction.