make fmt
This commit is contained in:
parent
5f92cbacd7
commit
c758a074ad
2 changed files with 6 additions and 6 deletions
|
|
@ -27,11 +27,11 @@ var logoImage []byte
|
|||
|
||||
// Channel implements the Channel interface for WebSocket connections
|
||||
type Channel struct {
|
||||
config config.WebSocketConfig
|
||||
bus *bus.MessageBus
|
||||
running bool
|
||||
allowList []string
|
||||
server *http.Server
|
||||
config config.WebSocketConfig
|
||||
bus *bus.MessageBus
|
||||
running bool
|
||||
allowList []string
|
||||
server *http.Server
|
||||
upgrader websocket.Upgrader
|
||||
clients sync.Map // map[string]*websocket.Conn
|
||||
clientsMu sync.RWMutex
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue