Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { ID string // contains filtered or unexported fields }
Server is the main session server
func NewServer ¶
func NewServer(id string, metricsCollector *instrumentation.MetricsCollector, amqpURL string, amqpUser string, amqpPass string, redisURL string, redisPass string, prometheusURL string, tokenCookieDomain string, tokenCookieSecure bool, allowedOrigin string) (*Server, error)
NewServer creates a new session server
Click to show internal directories.
Click to hide internal directories.