Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpServer ¶
func NewHttpServer(server server) (*httpServer, error)
NewHttpServer returns a new instance of httpServer
func NewWebServerHandler ¶
func NewWebServerHandler(args ArgsNewWebServer) (*webServer, error)
NewWebServerHandler returns a new instance of webServer
Types ¶
type ArgsNewWebServer ¶
type ArgsNewWebServer struct {
Facade shared.FacadeHandler
Config config.Configs
AuthServer authentication.AuthServer
TokenHandler authentication.AuthTokenHandler
NativeAuthWhitelistHandler core.NativeAuthWhitelistHandler
StatusMetricsHandler core.StatusMetricsHandler
}
ArgsNewWebServer holds the arguments needed to create a new instance of webServer
Click to show internal directories.
Click to hide internal directories.