Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServer ¶
type WebServer struct {
// contains filtered or unexported fields
}
func NewWebServer ¶
func NewWebServer(config *types.ServerConfig, logger logrus.FieldLogger) (*WebServer, error)
func (*WebServer) StartFrontend ¶
func (ws *WebServer) StartFrontend(config *types.FrontendConfig, coordinator coordinator_types.Coordinator) error
Click to show internal directories.
Click to hide internal directories.