package
0.0.0-20230825171208-308311b454b7
Repository: https://github.com/eliasdn/elda-bank-api.git
Documentation: pkg.go.dev

# Functions

CreateAccount func for creates a new account.
DeleteAccount func for deletes account by given ID.
GetAccount func gets account by given ID or 404 error.
GetAccounts func gets all exists accounts.
RenewTokens method for renew access and refresh tokens.
UpdateAccount func for updates account by given ID.
UserSignIn method to auth user and return access and refresh tokens.
UserSignOut method to de-authorize user and delete refresh token from Redis.
UserSignUp method to create a new user.