refactor: move internal/watcher/health to internal/health

This commit is contained in:
yusing
2026-01-08 15:08:02 +08:00
parent 243e7e9e95
commit 581503e160
15 changed files with 16 additions and 16 deletions

View File

@@ -9,8 +9,8 @@ import (
"time"
"github.com/bytedance/sonic"
healthcheck "github.com/yusing/godoxy/internal/health/check"
"github.com/yusing/godoxy/internal/types"
healthcheck "github.com/yusing/godoxy/internal/watcher/health/check"
)
func CheckHealth(w http.ResponseWriter, r *http.Request) {