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
@@ -2,9 +2,9 @@ package oss
import (
"context"
"enaklo-pos-be/internal/entity"
"enaklo-pos-be/internal/utils/generator"
"fmt"
"furtuna-be/internal/entity"
"furtuna-be/internal/utils/generator"
"path"
"github.com/go-playground/validator/v10"
+1 -1
View File
@@ -1,6 +1,6 @@
package oss
import "furtuna-be/internal/repository"
import "enaklo-pos-be/internal/repository"
type OssService struct {
ossRepo repository.OSSRepository