Versions in this module Expand all Collapse all v1 v1.0.0 Jul 9, 2019 Changes in this version + 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 struct + ID int + Name string + type Data struct + Categories []Category + Crypter string + DefaultCategory Category + Entry Password + Lang string + LoggedOut bool + Passwords []Password + Pwns []string + Special int + TwoFactor TwoFactorData + User string + type Password struct + BackupCode string + Category int + ID int + Mail string + Name string + Notes string + Title string + URL string + Value string + type TwoFactorData struct + Disabled bool + Image string + OneTimePasswordWrong bool + Secret string