package
0.0.0-20200613011929-a346d81e686c
Repository: https://github.com/codeinbit/wallet-app.git
Documentation: pkg.go.dev

# Functions

Hash - This accepts a password string and returned the hashed version.
VerifyPassword - This compares an hash and a password string.

# Structs

PasswordReset - PasswordReset struct that represents the User model.
User - User struct that represents the User model.
Wallet - Wallet struct that represents the Wallet model.
WalletTransaction - WalletTransaction struct that represents the WalletTransaction model, it logs every transaction that occured in a wallet.