refactor: move docker/idlewatcher to idlewatcher

This commit is contained in:
yusing
2025-04-06 04:05:26 +08:00
parent edb4b59254
commit 5da9dd6082
16 changed files with 11 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ import (
"github.com/yusing/go-proxy/internal/api/v1/favicon"
"github.com/yusing/go-proxy/internal/common"
"github.com/yusing/go-proxy/internal/docker"
"github.com/yusing/go-proxy/internal/docker/idlewatcher"
"github.com/yusing/go-proxy/internal/gperr"
"github.com/yusing/go-proxy/internal/idlewatcher"
"github.com/yusing/go-proxy/internal/logging"
gphttp "github.com/yusing/go-proxy/internal/net/gphttp"
"github.com/yusing/go-proxy/internal/net/gphttp/accesslog"