Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Assets fs.FS
View Source
var StaticAssets fs.FS
Functions ¶
This section is empty.
Types ¶
type Alert ¶
type Alert struct { Level AlertLevel Heading string Message string }
type AlertLevel ¶
type AlertLevel string
const ( AlertDanger AlertLevel = "danger" AlertWarning AlertLevel = "warning" AlertSuccess AlertLevel = "warning" AlertInfo AlertLevel = "info" )
Click to show internal directories.
Click to hide internal directories.