diff --git a/pkg/controllers/transactionStatus.go b/pkg/controllers/transactionStatus.go new file mode 100644 index 0000000..2d32936 --- /dev/null +++ b/pkg/controllers/transactionStatus.go @@ -0,0 +1 @@ +package controllers diff --git a/pkg/migrate/10_create_table_transaction_status.go b/pkg/migrate/10_create_table_transaction_status.go new file mode 100644 index 0000000..278a35f --- /dev/null +++ b/pkg/migrate/10_create_table_transaction_status.go @@ -0,0 +1 @@ +package migrate diff --git a/pkg/migrate/11_populate_transaction_status.go b/pkg/migrate/11_populate_transaction_status.go new file mode 100644 index 0000000..278a35f --- /dev/null +++ b/pkg/migrate/11_populate_transaction_status.go @@ -0,0 +1 @@ +package migrate diff --git a/pkg/models/transactionStatus.go b/pkg/models/transactionStatus.go new file mode 100644 index 0000000..2640e7f --- /dev/null +++ b/pkg/models/transactionStatus.go @@ -0,0 +1 @@ +package models diff --git a/pkg/services/transactionStatus.go b/pkg/services/transactionStatus.go new file mode 100644 index 0000000..5e568ea --- /dev/null +++ b/pkg/services/transactionStatus.go @@ -0,0 +1 @@ +package services