Update Infra
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"furtuna-be/internal/entity"
|
||||
"enaklo-pos-be/internal/entity"
|
||||
)
|
||||
|
||||
type License struct {
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user