Documentation
¶
Overview ¶
Package web holds the embedded server-rendered dashboard assets: the HTML templates and the static CSS/JS served alongside them. Embedding keeps the dashboard a pure-Go, single-binary deploy with no runtime file dependencies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Static embed.FS
Static holds the dashboard's static assets (CSS, and later a vendored htmx). Serve it with http.FileServerFS under a /static/ prefix.
View Source
var Templates embed.FS
Templates holds the dashboard HTML templates: a base layout, one template per page, and the small row partials that htmx swaps in place.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.