# Functions
BulkUpdateBankAccounts updates bankAccounts in payload.
BulkUpdateCreditCards updates creditCards in payload.
BulkUpdateEmails updates emails in payload.
BulkUpdateLogins updates logins in payload.
BulkUpdateNotes updates notes in payload.
BulkUpdateServers updates servers in payload.
UpdateUser ...
CheckCredentials ...
CheckToken ...
CheckUpdate generates new password.
CreateBankAccount creates a bank aaccount.
Create email verification code.
CreateCreditCard creates a credit cart.
Create user deletion code.
CreateEmail ...
CreateLogin creates a login.
CreateNote creates a note.
CreateServer ...
CreateSubscription ...
CreateUser ...
DeleteBankAccount deletes a bank account.
DeleteCreditCard deletes a credit cart.
DeleteEmail ...
DeleteLogin deletes a login.
DeleteNote deletes a note.
DeleteServer ...
DeleteSubscription ...
DeleteUser ...
Export exports all data as CSV file.
FindAllBankAccounts finds all bank accounts.
FindAllCreditCards finds all credid carts.
FindAllEmails ...
FindAllLogins finds all logins.
FindAllNotes finds all notes.
FindAllServers ...
FindAllSubscriptions ...
FindAllUsers ...
FindBankAccountByID finds a bank account by id.
FindCreditCardByID finds a credit cart by id.
FindEmailByID ...
FindLoginsByID finds a login by id.
FindNoteByID finds a note by id.
FindServerByID ...
FindSubscriptionByID ...
FindUserByID ...
GeneratePassword generates new password.
GetErrors ...
HealthCheck ...
Import ...
Language ...
Languages ...
PostSubscription ...
No description provided by the author
RefreshToken ...
RespondWithToken.
RespondWithEncJSON encrypts returning json data.
RespondWithError ...
RespondWithErrors ...
RespondWithHTML write html.
RespondWithJSON write json.
Restore restores logins from backup file ./store/passwall-{BACKUP_DATE}.bak.
SetArgs ...
Signin ...
No description provided by the author
Signup ...
TestLogin login endpoint for test purposes.
ToBody decrypts payload data and updates r.Body.
ToPayload unmarshal request body to payload.
ToSnakeCase changes string to database table.
UpdateBankAccount updates a bank account.
UpdateCreditCard updates a credit cart.
UpdateEmail ...
UpdateLogin updates a login.
UpdateNote updates a note.
UpdateServer ...
UpdateUser ...
Verify Email.
# Constants
BackupSuccess represents when backup completed successfully.
CreditCardDeleted represents message when deleting credit cart successfully.
ImportSuccess represents when inporting successgully.
InvalidJSON represents a message for invalid json.
InvalidRequestPayload represents invalid request payload messaage.
RestoreBackupSuccess represents a message when restoring from backap successfully.
ServerDeleteSuccess represents message when deleting server successfully.
SubscriptionDeleteSuccess represents message when deletind subscription successfully.
Success represent success message.
# Structs
ErrorResponseDTO represents error resposne.
HealthProp ...
Services ...