Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct { Base // contains filtered or unexported fields }
Index ctrl
type Login ¶
type Login struct { Base // contains filtered or unexported fields }
Login ctrl
func NewLogin ¶
func NewLogin( config config.Config, session sessions.Store, oauth *oauth.Oauth, store datastore.Datastore, ) *Login
NewLogin ctrl
func (*Login) CallbackHandler ¶
func (ctrl *Login) CallbackHandler(w http.ResponseWriter, r *http.Request)
CallbackHandler handles /login/callback.
TODO: refactor this. nolint: funlen
Source Files
¶
Click to show internal directories.
Click to hide internal directories.