package
2.0.0-beta1+incompatible
Repository: https://github.com/buonotti/apisense.git
Documentation: pkg.go.dev

# Functions

DeleteUser deletes the given user from the db.
DisableUser disables the given user.
EnableUser enables the given user.
IsUserEnabled returns whether the given user is enabled.
ListUsers lists all users in the db.
LoginUser logs the user in using the local db.
RegisterUser creates a new user and saves the user to db.
Setup sets up the connection to the local sqlite db.

# Structs

User is the model mapping to the table in the db.
UserData represents the data generated on login.