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"
|
log "github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// userPanel is used to authenticate new users and book keep active users
|
||||||
type userPanel struct {
|
type userPanel struct {
|
||||||
Manager usermanager.UserManager
|
Manager usermanager.UserManager
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
type WebSocket struct {
|
type WebSocket struct{}
|
||||||
requestPacket []byte
|
|
||||||
}
|
|
||||||
|
|
||||||
func (WebSocket) String() string { return "WebSocket" }
|
func (WebSocket) String() string { return "WebSocket" }
|
||||||
func (WebSocket) HasRecordLayer() bool { return false }
|
func (WebSocket) HasRecordLayer() bool { return false }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue