Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginPageData ¶
type LoginPageData struct {
Title string
CSRFToken string
BasePath string
Error string
Data LoginData
}
LoginPageData holds data for the login page.
type SignupData ¶
SignupData holds form/data for signup.
type SignupPageData ¶
type SignupPageData struct {
Title string
CSRFToken string
BasePath string
Error string
Data SignupData
}
SignupPageData holds data for the signup page.
Click to show internal directories.
Click to hide internal directories.