Documentation ¶
Index ¶
- func GraphiQLHandler(appContext *appContext.AppContext, w http.ResponseWriter, r *http.Request) (int, error)
- func LoginHandler(appContext *appContext.AppContext, w http.ResponseWriter, r *http.Request) (int, error)
- func SSOHandler(appContext *appContext.AppContext, w http.ResponseWriter, r *http.Request) (int, error)
- type AppHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GraphiQLHandler ¶
func GraphiQLHandler(appContext *appContext.AppContext, w http.ResponseWriter, r *http.Request) (int, error)
func LoginHandler ¶
func LoginHandler(appContext *appContext.AppContext, w http.ResponseWriter, r *http.Request) (int, error)
func SSOHandler ¶
func SSOHandler(appContext *appContext.AppContext, w http.ResponseWriter, r *http.Request) (int, error)
Types ¶
type AppHandler ¶
type AppHandler struct { *appContext.AppContext H func(*appContext.AppContext, http.ResponseWriter, *http.Request) (int, error) }
func (AppHandler) ServeHTTP ¶
func (ah AppHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.