Documentation
¶
Index ¶
- type AccessTokenReq
- type AccessTokenResp
- type BasicAuth
- type Handler
- func (h *Handler) GitHubRedirect(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
- func (h *Handler) Index(w http.ResponseWriter, r *http.Request, p httprouter.Params)
- func (h *Handler) RedirectToHttps(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Version(w http.ResponseWriter, r *http.Request, p httprouter.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTokenReq ¶
type AccessTokenResp ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) GitHubRedirect ¶
func (h *Handler) GitHubRedirect(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
func (*Handler) Index ¶
func (h *Handler) Index(w http.ResponseWriter, r *http.Request, p httprouter.Params)
func (*Handler) RedirectToHttps ¶
func (h *Handler) RedirectToHttps(w http.ResponseWriter, r *http.Request)
func (*Handler) Version ¶
func (h *Handler) Version(w http.ResponseWriter, r *http.Request, p httprouter.Params)
Click to show internal directories.
Click to hide internal directories.