Move app -> internal
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"powerswitch/app/process/octoprint"
|
|
||||||
apiservice_data "powerswitch/internal/apiservice/data"
|
apiservice_data "powerswitch/internal/apiservice/data"
|
||||||
apiservice_power "powerswitch/internal/apiservice/power"
|
apiservice_power "powerswitch/internal/apiservice/power"
|
||||||
|
"powerswitch/internal/app/process/octoprint"
|
||||||
)
|
)
|
||||||
|
|
||||||
type state string
|
type state string
|
||||||
|
@@ -2,7 +2,7 @@ package octoprint
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
"log"
|
||||||
"powerswitch/app/process"
|
"powerswitch/internal/app/process"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
Reference in New Issue
Block a user