package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Oct 11, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
templ: version: v0.2.778
templ: version: v0.2.778
templ: version: v0.2.778
templ: version: v0.2.778
templ: version: v0.2.778
type LoginForm struct {
Message string
Email string `form:"email"`
Password string `form:"password"`
Remember string `form:"remember"`
}
type RegisterForm struct {
Message string
Username string `form:"username"`
Email string `form:"email"`
Password string `form:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.