mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
WA-9 - implemented wallet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package models
|
||||
|
||||
type ExceptionModel struct {
|
||||
type Exception struct {
|
||||
ErrorCode string `json:"errorCode"`
|
||||
Message string `json:"message"`
|
||||
StatusCode int `json:"statusCode"`
|
||||
|
||||
Reference in New Issue
Block a user