diff --git a/pkg/models/transaction.go b/pkg/models/transaction.go index 81415541..a3fb9cff 100644 --- a/pkg/models/transaction.go +++ b/pkg/models/transaction.go @@ -44,6 +44,7 @@ type Transaction struct { DeletedUnixTime int64 } +// TransactionTotalAmount represents total amount for specific transaction type type TransactionTotalAmount struct { Uid int64 Type TransactionDbType