remove redundant fields

pull/110/head
Andy Wang 4 years ago
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…
Cancel
Save