Merge pull request #974 from ViktorTigerstrom/2025-02-credit-debit-accounts-impl

accounts: Add credit and debit account functionality
This commit is contained in:
Elle 2025-04-01 13:13:43 +02:00 committed by GitHub
commit 9e5578cf2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 2713 additions and 103 deletions

View file

@ -28,6 +28,14 @@ var (
Entity: "account",
Action: "write",
}},
"/litrpc.Accounts/CreditAccount": {{
Entity: "account",
Action: "write",
}},
"/litrpc.Accounts/DebitAccount": {{
Entity: "account",
Action: "write",
}},
"/litrpc.Accounts/ListAccounts": {{
Entity: "account",
Action: "read",