Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHandler ¶
type WebHandler struct { // WebHandler is the wrapped open-source operator web handler *opshandler.WebHandler // Operator is the enterprise operator service Operator ops.Operator }
WebHandler extends the open-source operator web handler
func NewWebHandler ¶
func NewWebHandler(ossHandler *opshandler.WebHandler, operator ops.Operator) *WebHandler
NewWebHandler returns extended enterprise ops handler
Click to show internal directories.
Click to hide internal directories.