Documentation
¶
Overview ¶
Package frontend optionally embeds the built web UI. By default (no build tag) the UI is NOT embedded: FS reports none, so the server falls back to serving from --static-files. This lets `go build` / `go test` work without a built client (CI test/lint/security never build it). Release builds pass `-tags embedclient` after building the client to bake the UI into the binary — see frontend_embed.go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.