Further cleanups

This commit is contained in:
Bolke de Bruin 2020-07-20 22:53:15 +02:00
parent 354355e6b0
commit 93b31ec9b6
2 changed files with 0 additions and 62 deletions

View file

@ -5,7 +5,6 @@ import (
"github.com/gorilla/websocket"
"github.com/patrickmn/go-cache"
"github.com/prometheus/client_golang/prometheus"
"io"
"log"
"net/http"
"time"
@ -40,12 +39,6 @@ var (
})
)
// HandshakeHeader is the interface that writes both upgrade request or
// response headers into a given io.Writer.
type HandshakeHeader interface {
io.WriterTo
}
type SessionInfo struct {
ConnId string
CorrelationId string