Move app -> internal

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-09-10 08:49:44 +02:00
parent 4c260dece6
commit d760317de2
3 changed files with 2 additions and 2 deletions

View File

@@ -6,9 +6,9 @@ import (
"io"
"log"
"net/http"
"powerswitch/app/process/octoprint"
apiservice_data "powerswitch/internal/apiservice/data"
apiservice_power "powerswitch/internal/apiservice/power"
"powerswitch/internal/app/process/octoprint"
)
type state string

View File

@@ -2,7 +2,7 @@ package octoprint
import (
"log"
"powerswitch/app/process"
"powerswitch/internal/app/process"
)
const (