refactor: move domain structure and mapper

This commit is contained in:
2026-04-14 19:48:16 +03:00
parent 76fe95400c
commit 0b955bb714
11 changed files with 111 additions and 58 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package docker_service
import "github.com/lorsanstand/HomeOps-Hub/internal/agent/domain"
import (
"github.com/lorsanstand/HomeOps-Hub/internal/domain"
)
type BadDocker struct {
reason string