Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerConfig ¶
type HandlerInterface ¶
type HandlerInterface interface { AuthMiddleware(next http.Handler) http.Handler // IndexHandler(w http.ResponseWriter, r *http.Request) LoginHandler(w http.ResponseWriter, r *http.Request) K8SConfigHandler(ctx context.Context) func(w http.ResponseWriter, r *http.Request) LogoutHandler(w http.ResponseWriter, req *http.Request) // DashboardHandler(ctx context.Context, w http.ResponseWriter, req *http.Request) UserHandler(ctx context.Context) func(w http.ResponseWriter, r *http.Request) LoadTestHandler(w http.ResponseWriter, req *http.Request) MeshOpsHandler(ctx context.Context) func(w http.ResponseWriter, req *http.Request) }
Click to show internal directories.
Click to hide internal directories.