mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
added transaction status
This commit is contained in:
1
pkg/controllers/transactionStatus.go
Normal file
1
pkg/controllers/transactionStatus.go
Normal file
@@ -0,0 +1 @@
|
||||
package controllers
|
||||
1
pkg/migrate/10_create_table_transaction_status.go
Normal file
1
pkg/migrate/10_create_table_transaction_status.go
Normal file
@@ -0,0 +1 @@
|
||||
package migrate
|
||||
1
pkg/migrate/11_populate_transaction_status.go
Normal file
1
pkg/migrate/11_populate_transaction_status.go
Normal file
@@ -0,0 +1 @@
|
||||
package migrate
|
||||
1
pkg/models/transactionStatus.go
Normal file
1
pkg/models/transactionStatus.go
Normal file
@@ -0,0 +1 @@
|
||||
package models
|
||||
1
pkg/services/transactionStatus.go
Normal file
1
pkg/services/transactionStatus.go
Normal file
@@ -0,0 +1 @@
|
||||
package services
|
||||
Reference in New Issue
Block a user