Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ExtraHandlers = []ExtraHandler{}
)
Functions ¶
func AddExtraHandler ¶
func AddExtraHandler(path string, handler http.HandlerFunc)
Types ¶
type ExtraHandler ¶
type ExtraHandler struct { Path string Handler http.HandlerFunc }
type WebUIServer ¶
type WebUIServer struct {
// contains filtered or unexported fields
}
func NewWebUIServer ¶
func NewWebUIServer(config *v1beta1.GatewayConfig) (*WebUIServer, error)
func (*WebUIServer) ListenAndServe ¶
func (ws *WebUIServer) ListenAndServe(ctx waitctx.RestrictiveContext) error
Click to show internal directories.
Click to hide internal directories.