Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
Model *models.Model
SessionManager *sessions.SessionManager
CACert *x509.Certificate
ServerName string
ConsolePort string
ReverseProxyAuthPort string
}
func NewHandler ¶
func NewHandler(model *models.Model, sm *sessions.SessionManager, cert *x509.Certificate, server, consolePort, reverseProxyAuthPort string) *Handler
Click to show internal directories.
Click to hide internal directories.