Documentation ¶
Index ¶
- type Controller
- func (controller *Controller) Index(c web.C, r *http.Request) (string, int)
- func (controller *Controller) Logout(c web.C, r *http.Request) (string, int)
- func (controller *Controller) SignIn(c web.C, r *http.Request) (string, int)
- func (controller *Controller) SignInPost(c web.C, r *http.Request) (string, int)
- func (controller *Controller) SignUp(c web.C, r *http.Request) (string, int)
- func (controller *Controller) SignUpPost(c web.C, r *http.Request) (string, int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
system.Controller
}
func (*Controller) SignInPost ¶
Sign In form submit route. Logs user in or set appropriate message in session if login was not succesful
func (*Controller) SignUpPost ¶
Sign Up form submit route. Registers new user or shows Sign Up route with appropriate messages set in session
Click to show internal directories.
Click to hide internal directories.