Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthCookie ¶
type HtmlWriter ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func StartServer ¶
func StartServer(staticConfig *staticconfiguration.StaticConfiguration, userInfo userinfo.UserInfo, brokers map[string]broker.Broker, logger log.DebugLogger) (*Server, error)
func (*Server) AddHtmlWriter ¶
func (s *Server) AddHtmlWriter(htmlWriter HtmlWriter)
func (*Server) GetIsReady ¶
func (*Server) JWTClaims ¶
func (s *Server) JWTClaims(t *jwt.JSONWebToken, dest ...interface{}) (err error)
Next are the functions for checking the callback
func (*Server) StartServicePort ¶
func (*Server) UpdateConfiguration ¶
func (s *Server) UpdateConfiguration( config *configuration.Configuration) error
Click to show internal directories.
Click to hide internal directories.