package
0.0.0-20210825102347-4bac58d596fc
Repository: https://github.com/cermu/go-phonebook-api.git
Documentation: pkg.go.dev
# Variables
Authenticate public handler variable to authenticate users.
ChangePassword public handler variable to enable an account password change.
CreateAccount public handler variable for creating new users.
CreateContact public handler variable for creating/saving new contacts.
Deactivate public handler variable to fetch a specific account details.
DeleteContact public handler variable for deleting a contact record.
FetchContactById public handler variable for fetching a single contact by its id.
FetchContactsByAccountId public handler variable for fetching contacts for a specified account.
No description provided by the author
MyAccount public handler variable to fetch a specific account details.
RefreshToken public handler variable to refresh JWT token.
ResetPassword public handler variable to enable a password reset.
SendResetPasswordLink public handler variable to send password reset link.
UpdateAccount public handler variable to make updates on a n existing account.
UpdateContact public handler variable for updating an existing contact record.
UserLogout public handler variable to log out a logged in user.