MCPcopy
hub / github.com/cloudflare/cloudflared / SessionManagerServer

Struct SessionManagerServer

tunnelrpc/quic/session_server.go:14–17  ·  view source on GitHub ↗

SessionManagerServer handles streams with the SessionManager RPCs.

Source from the content-addressed store, hash-verified

12
13// SessionManagerServer handles streams with the SessionManager RPCs.
14type SessionManagerServer struct {
15 sessionManager pogs.SessionManager
16 responseTimeout time.Duration
17}
18
19func NewSessionManagerServer(sessionManager pogs.SessionManager, responseTimeout time.Duration) *SessionManagerServer {
20 return &SessionManagerServer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected