mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
wallet edit
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user