package
0.0.0-20230219045104-84f9aa2ea636
Repository: https://github.com/jadoint/micro.git
Documentation: pkg.go.dev

# Functions

AddUser inserts user into user table.
ChangePassword changes a user's password.
DeleteAbout deletes user_profile details of a user.
GetAbout gets user_profile details of a user.
GetUser gets single user including password.
GetUserByUsername gets single user including password.
GetUsername gets username by id.
GetUsernames creates a slice of username and ID pairs.
RouteAuth handles signups.
RouteUser handles user requests.
UpdateAbout updates user_profile details of a user.

# Structs

About contains user_profile details.
IDs contains a list of user IDs.
Login contains user login details.
PasswordChange for a user changing passwords.
RecaptchaResponse recaptcha response from verification step See: https://developers.google.com/recaptcha/docs/v3.
Registration contains user registration details.
User contains contains data from user tables.
Username contains username and ID pair.