Move app -> internal
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ package octoprint
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"log"
 | 
			
		||||
	"powerswitch/app/process"
 | 
			
		||||
	"powerswitch/internal/app/process"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
		Reference in New Issue
	
	Block a user