wallet edit

This commit is contained in:
Fran Jurmanovic
2021-07-30 23:40:23 +02:00
parent 1297f48645
commit 149fbfa211
3 changed files with 59 additions and 17 deletions

View File

@@ -28,3 +28,8 @@ type WalletTransactions struct {
LastMonth float32
NextMonth float32
}
type WalletEdit struct {
Id string `json:"id" form:"id"`
Name string `json:"name" form:"name"`
}