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
+2 -2
View File
@@ -1,8 +1,8 @@
package entity
import (
"furtuna-be/internal/constants/role"
"furtuna-be/internal/constants/userstatus"
"enaklo-pos-be/internal/constants/role"
"enaklo-pos-be/internal/constants/userstatus"
"time"
)
+2 -2
View File
@@ -1,8 +1,8 @@
package entity
import (
"furtuna-be/internal/constants/role"
"furtuna-be/internal/constants/userstatus"
"enaklo-pos-be/internal/constants/role"
"enaklo-pos-be/internal/constants/userstatus"
"time"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package entity
import (
"furtuna-be/internal/constants/product"
"enaklo-pos-be/internal/constants/product"
"time"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package entity
import (
"furtuna-be/internal/constants/studio"
"enaklo-pos-be/internal/constants/studio"
"time"
)
+2 -2
View File
@@ -1,9 +1,9 @@
package entity
import (
"enaklo-pos-be/internal/constants/role"
"enaklo-pos-be/internal/constants/userstatus"
"errors"
"furtuna-be/internal/constants/role"
"furtuna-be/internal/constants/userstatus"
"time"
"golang.org/x/crypto/bcrypt"