mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-11 15:22:35 +02:00
remove leftover code.
This commit is contained in:
parent
a9aa62f062
commit
0b4c6f50aa
1 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ type WebSocketManagerCtx struct {
|
||||||
desktop types.DesktopManager
|
desktop types.DesktopManager
|
||||||
handler *handler.MessageHandlerCtx
|
handler *handler.MessageHandlerCtx
|
||||||
handlers []types.HandlerFunction
|
handlers []types.HandlerFunction
|
||||||
shutdown chan bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (manager *WebSocketManagerCtx) Start() {
|
func (manager *WebSocketManagerCtx) Start() {
|
||||||
|
@ -130,7 +129,6 @@ func (manager *WebSocketManagerCtx) Start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (manager *WebSocketManagerCtx) Shutdown() error {
|
func (manager *WebSocketManagerCtx) Shutdown() error {
|
||||||
manager.shutdown <- true
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue