mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-07-30 14:26:16 +02:00
Further cleanups
This commit is contained in:
parent
354355e6b0
commit
93b31ec9b6
2 changed files with 0 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue