mirror of https://github.com/cbeuw/Cloak
remove redundant fields
This commit is contained in:
parent
e8af6233c1
commit
8d375e3f9b
|
|
@ -10,6 +10,7 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// userPanel is used to authenticate new users and book keep active users
|
||||
type userPanel struct {
|
||||
Manager usermanager.UserManager
|
||||
|
||||
|
|
|
|||
|
|
@ -13,9 +13,7 @@ import (
|
|||
"net/http"
|
||||
)
|
||||
|
||||
type WebSocket struct {
|
||||
requestPacket []byte
|
||||
}
|
||||
type WebSocket struct{}
|
||||
|
||||
func (WebSocket) String() string { return "WebSocket" }
|
||||
func (WebSocket) HasRecordLayer() bool { return false }
|
||||
|
|
|
|||
Loading…
Reference in New Issue