Update Infra

This commit is contained in:
aditya.siregar
2025-03-04 20:36:17 +07:00
parent ffd40d4f51
commit 3c80b710af
95 changed files with 341 additions and 341 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package response
import (
"github.com/gin-gonic/gin"
"furtuna-be/internal/common/errors"
"enaklo-pos-be/internal/common/errors"
)
type response struct {
+1 -1
View File
@@ -1,7 +1,7 @@
package response
import (
"furtuna-be/internal/entity"
"enaklo-pos-be/internal/entity"
)
type License struct {
+2 -2
View File
@@ -1,8 +1,8 @@
package response
import (
"furtuna-be/internal/constants/order"
"furtuna-be/internal/constants/transaction"
"enaklo-pos-be/internal/constants/order"
"enaklo-pos-be/internal/constants/transaction"
"time"
)