Fixes in packages namespaces

This commit is contained in:
PB
2025-10-20 16:25:55 +02:00
parent 54ff2581ed
commit 72d5f93a30
8 changed files with 25 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
package dto
package common
type ErrorResponseDTO struct {
Error string `json:"error"`

View File

@@ -1,4 +1,4 @@
package dto
package common
type HealthResponseDTO struct {
Status string `json:"status"`

View File

@@ -1,4 +1,4 @@
package vo
package common
import "strings"

View File

@@ -1,4 +1,4 @@
package vo
package common
type Money struct {
}