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
@@ -9,7 +9,7 @@ import (
"gorm.io/driver/postgres"
"gorm.io/gorm"
"furtuna-be/config"
"enaklo-pos-be/config"
)
func NewPostgres(c config.Database) (*gorm.DB, error) {
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"go.uber.org/zap"
"furtuna-be/internal/common/logger"
"enaklo-pos-be/internal/common/logger"
)
type HttpClient struct {
+1 -1
View File
@@ -2,8 +2,8 @@ package logger
import (
"context"
"enaklo-pos-be/internal/constants"
"fmt"
"furtuna-be/internal/constants"
"sync"
"go.uber.org/zap"
+2 -2
View File
@@ -2,8 +2,8 @@ package mycontext
import (
"context"
"furtuna-be/internal/constants/role"
"furtuna-be/internal/entity"
"enaklo-pos-be/internal/constants/role"
"enaklo-pos-be/internal/entity"
)
type ContextKey string