Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServer ¶
type AuthServer struct {
Router *echo.Echo
Handler *handlers.Handler
Server *http.Server
SessionManager *sessions.SessionManager
CACert *x509.Certificate
}
func New ¶
func New(m *models.Model, s *sessions.SessionManager, caCert, server, consolePort, authPort, reverseProxyAuthPort string) *AuthServer
func (*AuthServer) Close ¶
func (a *AuthServer) Close() error
func (*AuthServer) Serve ¶
func (a *AuthServer) Serve(address, certFile, certKey string) error
Click to show internal directories.
Click to hide internal directories.