package
Version:
v0.0.0-...-cebdb6e
Opens a new window with list of versions in this module.
Published: Dec 6, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Danger sets a danger flash message
Get gets flash messages of a given type from the session storage
Errors will logged and not returned
Info sets an info flash message
Set adds a new flash message of a given type into the session storage
Errors will logged and not returned
Success sets a success flash message
Warning sets a warning flash message
const (
TypeSuccess Type = "success"
TypeInfo Type = "info"
TypeWarning Type = "warning"
TypeDanger Type = "danger"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.