refactor: refactor app

This commit is contained in:
lorsan
2026-04-12 10:21:37 +03:00
parent 3f950f37b3
commit 26b31221f8
4 changed files with 53 additions and 18 deletions
@@ -3,9 +3,10 @@ package docker_service
import (
"context"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"
"github.com/lorsanstand/HomeOps-Hub/internal/agent/domain"
"github.com/moby/moby/api/types"
"github.com/moby/moby/api/types/container"
"github.com/rs/zerolog"
)