Documentation
¶
Index ¶
- func AddSessionValue(c echo.Context, name string, key string, value interface{})
- func BcryptCompare(password string, hash string) bool
- func BcryptGenerateHash(password string) string
- func CreateSession(c echo.Context, name string)
- func DeleteSession(c echo.Context, name string)
- func GetSessionValue(c echo.Context, name string, key string) interface{}
- func OnceADay(fn func(string))
- func Render(c echo.Context, component templ.Component) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSessionValue ¶
func BcryptCompare ¶
Bcrypt compare password with hash
func CreateSession ¶
func DeleteSession ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.