Documentation ¶
Index ¶
- Constants
- func CreateReminder(ctx echo.Context) error
- func Error(c echo.Context) error
- func GetReminder(ctx echo.Context) error
- func HealthCheck(c echo.Context) error
- func Login(c echo.Context) error
- func Logout(c echo.Context) error
- func RenderMoreReminders(c echo.Context) error
- func RenderReminders(c echo.Context) error
- type CustomTemplate
- type Reminder
- type TmplData
Constants ¶
View Source
const RemindersTmpl = `` /* 859-byte string literal not displayed */
View Source
const Week = time.Duration(time.Hour * 24 * 7)
Variables ¶
This section is empty.
Functions ¶
func CreateReminder ¶
func GetReminder ¶
func Login ¶
Login - Login Handler will take a username and password from the request hash the password, verify it matches in the database and respond with a token
func RenderMoreReminders ¶
func RenderReminders ¶
Types ¶
type CustomTemplate ¶
Click to show internal directories.
Click to hide internal directories.