mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 11:15:13 -06:00
refactor: move types out of app.go into types/, renamed module files
This commit is contained in:
@@ -14,9 +14,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
|
||||
"github.com/Xevion/go-ha/internal"
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
|
||||
var ErrInvalidToken = errors.New("invalid authentication token")
|
||||
|
||||
Reference in New Issue
Block a user