Documentation ¶
Index ¶
- func Entry(w http.ResponseWriter, r *http.Request)
- func Index(w http.ResponseWriter, r *http.Request)
- func LoadTemplates()
- func Login(w http.ResponseWriter, r *http.Request)
- func Register(w http.ResponseWriter, r *http.Request)
- func Settings(w http.ResponseWriter, r *http.Request)
- func Web(w http.ResponseWriter, r *http.Request)
- type Category
- type Data
- type Password
- type TwoFactorData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Data struct { User string Lang string Special int LoggedOut bool TwoFactor TwoFactorData Entry Password Passwords []Password Pwns []string Categories []Category DefaultCategory Category Crypter string }
Data to pass into template
Source Files ¶
Click to show internal directories.
Click to hide internal directories.